{{ __('Outgoing Letter Details') }}

{{ $outgoingLetter->subject }}

Letter Number: {{ $outgoingLetter->letter_number }}

Letter Date: {{ $outgoingLetter->letter_date->format('M d, Y') }}

Recipient: {{ $outgoingLetter->recipient }}

Person in Charge: {{ $outgoingLetter->person_in_charge }}

Content:

{{ $outgoingLetter->content }}

Letter Information

Sent By: {{ $outgoingLetter->user->name }}
Created: {{ $outgoingLetter->created_at->format('M d, Y H:i') }}
Last Updated: {{ $outgoingLetter->updated_at->diffForHumans() }}

Attachment

@if ($outgoingLetter->attachment) @else
No attachment for this letter.
@endif
Back @can('edit outgoing letters') Edit @endcan @can('delete outgoing letters')
@csrf @method('DELETE')
@endcan
@push('scripts') @endpush