@include('email.template.header')

{{__('Hello')}} {{ $data->supplier->contact_person}}

total due : {{ $data->total_due }}
Paid : {{ $data->paid_amount }}


Current due : {{ $data->due }}

{{__('Thanks a lot for being with us.')}}
{{__(allSettings('company_name'))}}

@include('email.template.footer')