13 lines
491 B
PHP
13 lines
491 B
PHP
{{--
|
|
Approval letter — extends the shared base layout.
|
|
Fill in sections below when the final design is ready.
|
|
--}}
|
|
@extends('pdf.layouts.letter')
|
|
|
|
{{-- @section('letter-reference', $application->application_number) --}}
|
|
{{-- @section('letter-date', ...) --}}
|
|
{{-- @section('letter-recipient') ... @endsection --}}
|
|
{{-- @section('letter-subject') PERKARA: ... @endsection --}}
|
|
{{-- @section('letter-body') ... @endsection --}}
|
|
{{-- @section('letter-signature') ... @endsection --}}
|