@component('mail::message') # Your Re-subscribe Request Has Been {{ ucfirst($status) }} We’ve reviewed your request to re-subscribe to **{{ ucfirst($category) }}** emails. **Status:** {{ ucfirst($status) }} @if($comment) > **Admin Comment:** > {{ $comment }} @endif @switch($status) @case('approved') You will now start receiving emails in this category again. @break @case('rejected') Unfortunately, your request has been denied. If you have any questions, feel free to contact support. @break @default Your request is currently being processed. We’ll notify you once a decision is made. @endswitch Thanks, {{ config('app.name') }} @endcomponent