Header

Endorsement Form

Client Name:
{{ $endorsement->client->name }}
Client Address:
{{ $endorsement->client->address }}
Date Issued:
{{ $endorsement->date_issued }}
Person In Charge:
{{ $endorsement->personInCharge->name }}
Project Scope:
{!! $endorsement->project_scope !!}
Timeline:
{!! $endorsement->timeline !!}
Deliverables:
{!! $endorsement->deliverables !!}
Prepared By:
{{ Auth::user()->name }}

Supervisor Signature
Noted By:
@if ($endorsement->notedBy) {{ $endorsement->notedBy->name }} @endif

@if (isset($endorsement->notedBy) && isset($endorsement->notedBy->signature)) Supervisor Signature @endif
Approved By:
@if (isset($endorsement->approvedBy)) {{ $endorsement->approvedBy->name }} @endif

@if (isset($endorsement->approvedBy->signature)) Top Management Signature @endif