@extends('layouts.pdf') @section('title') {{ $extra['module_name'] }} @endsection @section('content') {{--
Printing Date & Time: {{ $extra['current_date_time'] }}
--}}
|
{{ config('settings.company_name')}} {{ config('settings.address_1')}} {{ $data['branch']['name'] }} |
Registration No. {{ $data['sell']['registration_no'] }} |
Sell Date : | {{ date(config('settings.date_format'), strtotime(trim(str_replace('/', '-', $data['sell']['sells_date']))) ) }} |
Name : | {{ $data['customer']['name'] }} |
CNIC No. : | {{ $data['customer']['nid'] }} |
Mobile No. : | {{ $data['customer']['phone'] }} |
Address : | {{ $data['customer']['mailing_address'] }} |
Size : | {{ $data['sell']['product']['flat_size'] }} SQR FT |
External Dealer : | {{ $data['external_employee']['name'] ?? ' - '}} |
Payment | Due Amount {{$transaction->systemSettingCurrency()}} | Due Date | Paid Amount {{$transaction->systemSettingCurrency()}} | Paid Date | Reference | Outstanding {{$transaction->systemSettingCurrency()}} |
---|---|---|---|---|---|---|
{{ $value->term }} | {{ $transaction->convert_money_format($value->already_received_amount) }} | {{$transaction->date_format($value->already_received_date)}} | {{$value->already_received_ref}} | |||
{{ $value->term }} | @if(!in_array($value->id,$array)) {{ $transaction->convert_money_format( $value->payable_amount ) }} @endif | {{ $transaction->convert_money_format($value->get_received_amount) }} | @if( $value->date_of_collection ) {{ $value->date_of_collection }} @elseif( $value->already_received_date != '0000-00-00' ) {{ $value->already_received_date }} @else {{ '-' }} @endif | {{$value->made_of_payment}} | ||
Total | {{$transaction->convert_money_format($total_paid)}} |