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

{{ __('Supplier Due') }}

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

{{ __('Customer Due') }}

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

{{ __('Due List') }}

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