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

{{ __('Supplier Due') }}

{{ currency_format($total_supplier_due, currency: business_currency()) }}

{{ __('Customer Due') }}

{{ currency_format($total_customer_due, currency: business_currency()) }}

{{ __('Due List') }}

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