@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content')
{{ config('settings.company_name')}} | |||||||||||||
{{ config('settings.address_1')}}, {{ config('settings.address_2')}}, {{ config('settings.city')}} |
{{$heading}} | ||||||||
@if($search_by['from'] && $search_by['to']) From: {{ $transaction->date_format($search_by['from']) }} To: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' .$transaction->date_format(now()) }} @endif |
Total Receivable Customer: | {{$transaction->convert_money_format($total_payable_amount)}} | |||
Total Paid Amount: | {{$transaction->convert_money_format($total_received_amount)}} | |||
Total Receivable: | {{$transaction->convert_money_format($total_balance_amount)}} | |||
Total Internal Rebate: | {{$transaction->convert_money_format($internal)}} | |||
Total External Rebate: | {{$transaction->convert_money_format($external)}} | |||
Net Sale Amount: | {{$transaction->convert_money_format($net_sale_amount)}} |
Block : | {{ $params['block'] }} |
Floor : | {{ $params['floor_number'] }} |
{{__('lang.type')}} : | {{App\Models\ProductType::find($params['product_type'])->name}} |
{{ $search_by['branch'] == 0 ? 'ALL PROJECT' : App\Models\Branch::where('id', $search_by['branch'] )->first()->name }} | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
S. No. | Registration No | Unit No | Customer | {{__('lang.phone')}} | Last Paid Amount {{$transaction->systemSettingCurrency()}} | Last Paid Date | Total Sell {{$transaction->systemSettingCurrency()}} | Total Paid Amount {{$transaction->systemSettingCurrency()}} | Total Balance Amount {{$transaction->systemSettingCurrency()}} | Upcoming Payment | Upcoming Payment Date | |||||||||||
{{$loop->iteration}} | {{$item->registration_no}} | {{$item->product_id}} | {{$item->customer_name}} | {{$item->customer_phone}} | {{ $transaction->convert_money_format( $last_payment ) }} | {{ App\Models\Common::checkInvalidDate($last_payment_date) }} | {{ $transaction->convert_money_format( $item->payable_amount ) }} | {{$transaction->convert_money_format($item->total_received)}} | {{$transaction->convert_money_format($item->balance)}} | {{$item->payable_amount == $item->total_received ? "0.00" : $transaction->convert_money_format($upcoming_payment)}} | {{ $item->payable_amount == $item->total_received ? "-" : App\Models\Common::checkInvalidDate($upcoming_payment_date)}} | |||||||||||
Total | {{$transaction->convert_money_format($total_payable_amount)}} | {{$transaction->convert_money_format($total_received_amount)}} | {{$transaction->convert_money_format($total_balance_amount)}} |