Title : {{$voucher->title}}
Voucher #ID. : {{$voucher->code}}
Category : {{$voucher->category}}
Amount : {{formatPrice($voucher->total)}}
Date : {{$voucher->date}}
Remarks : {{$voucher->remarks}}
Status : {{$voucher->status}}
Created By : {{$voucher->user->fullname ?? ""}}
Created At : {{substr($voucher->created_at,0,10)}}
Approved By : {{$voucher->approvedBy->fullname ?? ""}}
Approved At : {{substr($voucher->approved_at,0,10)}}
@if($voucher->attachment)
Attachment:
@endif