@extends('business::layouts.master') @section('title') {{ __('Customer Due Reports') }} @endsection @section('main_content')

{{ __("Total Due") }}

{{ currency_format($total_due, 'icon', 2, business_currency()) }}

{{ __('Customer Due List') }}

@include('business::print.header')

{{ __('Customer Due List') }}

@csrf
@include('business::reports.due.datas')
{{ __('SL') }}. {{ __('Name') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Type') }} {{ __('Due Amount') }}
{{ $due_lists->links('vendor.pagination.bootstrap-5') }}
@endsection