Client Name: {{ $endorsement->client->name }} |
Client Address: {{ $endorsement->client->address }} |
Date Issued: {{ $endorsement->date_issued }} |
Person In Charge: {{ $endorsement->personInCharge->name }} |
Prepared By: {{ Auth::user()->name }} |
Noted By: @if ($endorsement->notedBy) {{ $endorsement->notedBy->name }} @endif @if (isset($endorsement->notedBy) && isset($endorsement->notedBy->signature)) |
Approved By: @if (isset($endorsement->approvedBy)) {{ $endorsement->approvedBy->name }} @endif @if (isset($endorsement->approvedBy->signature)) |