@if ($letterPad->header == 'Yes') @endif
@if ($letterPad->header == 'Yes') @endif
Ref. No. {{ $letterPad->reference_no ?? 'N/A' }} Date: {{ $letterPad->created_at->format('d-m-Y') }}

To,

{!! nl2br($letterPad->to) !!}

Subject: {{ $letterPad->subject }}

{!! $letterPad->description !!}

Thank You,

Yours Faithfully,

@if ($letterPad->signature == 'Other')
@endif @if ($letterPad->from != 'No')

{{ $letterPad->designation->name ?? '' }}

@endif
@if ($letterPad->signature == 'Yes')
Digitally signed by {{ $letterPad->signature_name }}

Date: {{ date('d/m/Y h:i A') }}

Reason: Approved

Location: {{ $letterPad->location->name ?? '' }}

@endif