From (Department) | PV Number | Tel | Mobile | Ref |
---|---|---|---|---|
{{ $memo->origino_appt }} | {{ $memo->pv_number }} | {{ $memo->intercom }} | {{ $memo->origino_phone }} | {{ $memo->ref ? $memo->ref : '...' }} |
Subject | {{ $memo->subject }}
@if ($memo->category == 'NON-REQUISITION' && $memo->sub_heading != null)
@foreach ($memo->sub_heading as $heading)
{{ $heading['subject'] }} @endforeach @endif |
---|---|
Request | {!! $memo->request !!} | Attachment(S) |
@foreach ($memo->getMedia('invoice') as $key => $media)
{{ $media->filename }} @endforeach |
@endif
@if ($memo->category == 'REQUISITION')
Total Amount | {{ $memo->currency }}. {{ $memo->total_amount }} |
Amount in Words | {{ $memo->amount_in_words }} |