|
Annexure: PL-61(i)
@php
$refAdmin = strtoupper(collect(explode(' ', $admin->name ?? 'N/A'))->map(fn($w) => substr($w, 0, 1))->implode(''));
$refBank = strtoupper(substr($customer->bank?->bank ?? 'BANK', 0, 3));
$refBranch = strtoupper(substr($customer->branch?->branch_name ?? 'BRANCH', 0, 3));
$refAccount = substr($customer->account_number ?? 'N/A', 0, 3);
@endphp
Ref :- {{ $refAdmin }}/{{ $refBank }}/{{ $refBranch }}/{{ $refAccount }}
|
Date :- {{ $customer->date ? \Carbon\Carbon::parse($customer->date)->format('d/m/Y') : date('d/m/Y') }}
|
| Sl No. | Description of the Article | No. of Article(units) | Approximate weight of stones (Grams) | Gross Weight (Gram) | Net Weight (Gram) | Purity (Carat) | Market Value (Rs.) |
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->description }} | {{ $item->quantity }} | {{ number_format($item->stone_weight, 2) }} Gm | {{ number_format($item->gross_weight, 2) }} Gm | {{ number_format($item->net_weight, 2) }} Gm | {{ $item->purity }} Ct | {{ number_format($item->rate_per_gram, 2) }} |
| No items added. | |||||||
| Total | {{ number_format($stone, 2) }} | {{ number_format($gross, 2) }} | {{ number_format($net, 2) }} | {{ number_format($total, 2) }} | |||
| Amount (In Words) | {{ amountToWords((int)$total) }} | Round Up | {{ number_format($total, 2) }} |
|---|
| Carat Summary: | ||
|---|---|---|
@if(!empty($puritySummary))
No purity summary available.
@endif
|
Method used for purity testing:
I solemnly declare that weight, purity of the gold ornaments/precious stones indicated above are correct
and I undertake to indemnify the Bank against any loss it may sustain on account of any inaccuracy in the
above appraisal.
|
Place: {{ $customer->city ?? 'Darbhanga' }} Date: {{ optional($customer->date)->format('d/m/Y') ?? date('d/m/Y') }} Name & Signature of the Borrower |
Yours faithfully
Name & Signature of the Appraiser |