@extends('layouts.business.master') @section('title') {{ $party->type === 'Supplier' ? __('Pay Due') : __('Collect Due') }} @endsection @section('main_content')

{{ $party->type === 'Supplier' ? __('Pay Due') : __('Collect Due') }}

@csrf
@include('business::component.payment_type', ['context' => 'due', 'payment_types' => $payment_types])
@endsection