@extends('layouts.business.pdf.pdf_layout') @section('pdf_title')
{{ __('Duration: 14-12-2025 to 24-12-2025') }}
--}}| {{ __('Name') }} | {{ __('Phone') }} | {{ __('Type ') }} | {{ __('Credit Limit') }} | {{ __('Due Amount') }} | |
|---|---|---|---|---|---|
| {{ $party->name }} | {{ $party->phone }} | @if ($party->type == 'Retailer'){{ __('Customer') }} | @else{{ $party->phone }} | @endif{{ currency_format($party->credit_limit, currency: business_currency()) }} | {{ currency_format($party->due, currency: business_currency()) }} |
| {{ __('Total') }} | {{ currency_format($parties->sum('credit_limit'), currency: business_currency()) }} | {{ currency_format($parties->sum('due'), currency: business_currency()) }} |