@extends('layouts.pdf') @section('title') {{ $module_name }} @endsection @section('content') @php $sell = $product_transfer->sell; @endphp
Date | : | {{ date(config('settings.date_format'), strtotime($product_transfer->created_at)) }} |
Name | : | {{ $sell->customer->name }} |
Address | : | {{ $sell->customer->home_address ?? '-' }} |
BEFORE TRANSFER DETAIL(S) | AFTER TRANSFER DETAIL(S) | ||||||
---|---|---|---|---|---|---|---|
PREVIOUS FILE DETAIL(S) | CURRENT FILE DETAIL(S) | ||||||
Unit # | Book Value Receivable | Paid Amount | Balance | Unit # | Book Value Receivable | Paid Amount | Balance |
{{ $product_transfer->old_product->product_unique_id }} | {{ $transaction->convert_money_format($sell->getSumTotalPayableAmount() )}} | {{ $transaction->convert_money_format($sell->getSumTotalPaymentReceivedAmount()) }} | {{ $transaction->convert_money_format($sell->getSumTotalPayableAmount() - $sell->getSumTotalPaymentReceivedAmount()) }} | {{ $product_transfer->new_product->product_unique_id }} | {{ $transaction->convert_money_format($sell->getSumTotalPayableAmount()) }} | {{ $transaction->convert_money_format($sell->getSumTotalPaymentReceivedAmount()) }} | {{ $transaction->convert_money_format($sell->getSumTotalPayableAmount() - $sell->getSumTotalPaymentReceivedAmount() )}} |
Director's Signature |
Authorized Signatory |