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

{{ __("Total Due") }}

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

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

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

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

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