{{-- Flagged alert --}} @if($dsar->is_flagged)
This DSAR has been flagged and requires attention.
@endif

Subject Access Request {{ ucwords($dsar->status) }}

Submitted to: {{ $institution->display_name }}

{{ ucwords($dsar->status) }}

Request Details

Date Sent

{{ $dsar->created_at->format('d M Y') }}

Response Deadline

{{ $dsar->created_at->addDays(30)->format('d M Y') }}

{{-- Posted date --}} @if($dsar->posted_at)
Posted On

{{ $dsar->posted_at->format('d M Y') }}

@endif {{-- Sent To (email) --}} @if($emailSend)
Sent To

@if($emailSend->to_name) {{ $emailSend->to_name }} <{{ $emailSend->to_email }}> @else {{ $emailSend->to_email }} @endif Email

@elseif(in_array($dsar->status, ['sent', 'needs posting', 'completed']))
Delivery Method

Posted

@endif
Request Content
{!! $dsar->content !!}
Response Log