{{-- @extends('layouts.application') --}} @section('title', 'Endorsement') @section('header', 'Endorsement Letter') {{-- @section('content') --}} {{ env('APP_NAME') }} | SMM | Endorsement Letter
@if ($endorsement->status == 'Approved by Supervisor') @endif
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:
{{ $endorsement->preparedBy->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
{{-- @endsection --}}