{{-- @extends('layouts.application') --}} @section('title', 'Endorsement') @section('header', 'Endorsement Letter') {{-- @section('content') --}}
Client Name: {{ $endorsement->client->name }} |
Client Address: {{ $endorsement->client->address }} |
Date Issued: {{ $endorsement->date_issued }} |
Person In Charge: {{ $endorsement->personInCharge->name }} |
Prepared By: {{ $endorsement->preparedBy->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)) |