(Original Copy)

Second Appraiser Verification Certificate

(To be obtained in Duplicate for Gold Loan Verification During RFIA)

Date {{ $date ?? now()->format('d-M/Y') }}
Gold Loan A/c No {{ $agent->loan_account_no ?? 'N/A' }}
Ledger Folio No {{ $agent->ledger_folio_no ?? '' }}
Name and address of first appraiser
Vaibhav Shree Jewellers
Ekmighat, Laheriasarai, Darbhanga
Date of Appraiser's Certificate {{ $date ?? now()->format('d/m/Y') }}

The Branch Manager,

{{ $agent->bank->bank ?? 'State Bank of India' }},

Branch {{ $agent->branch->branch_address ?? 'BAHERL (11829)' }}


Madam/Dear Sir,


I hereby certify that the ornaments/items of the above mentioned gold loan account have been weighed and appraised by me on {{ $agent->name ?? 'Customer Name' }}. In the presence of Shri/Smt. {{ $agent->cash_in_charge ?? 'Cash Officer' }} (Cash in charge) and {{ $agent->joint_custody_officer ?? 'Joint Custody Officer' }} (Joint Custody Officer). The exact weight, purity of the metal and market value of each item as on date are indicated below.

@if(isset($goldItems) && count($goldItems) > 0) @foreach($goldItems as $index => $item) @endforeach @else @endif
S No Description of the Article/Unit Gross Weight (Grams) Approximate weight of the precious stones in the ornaments (Grams) Purity (Carat) Net Weight (Grams) Market Value Rs
{{ $index + 1 }} {{ $item['description'] ?? '' }} {{ $item['gross_weight'] ?? '' }} {{ $item['stone_weight'] ?? '' }} {{ $item['purity'] ?? '' }} {{ $item['net_weight'] ?? '' }} {{ $item['market_value'] ?? '' }}
1 Necklace (1) 17.600 0.600 18 17.00
2 Bracelet (2) 16.500 0.500 18 14.500

Method used for purity testing: {{ $purity_method ?? 'Electronic Gold 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.

Name & Signature of the Appraiser

Cash Officer in Charge

{{ $agent->cash_in_charge ?? '' }}

Joint Custody Officer

{{ $agent->joint_custody_officer ?? '' }}

(Duplicate Copy)

Second Appraiser Verification Certificate

(To be obtained in Duplicate for Gold Loan Verification During RFIA)

Date {{ $date ?? now()->format('d-M/Y') }}
Gold Loan A/c No {{ $agent->loan_account_no ?? 'N/A' }}
Ledger Folio No {{ $agent->ledger_folio_no ?? '' }}
Name and address of first appraiser
Vaibhav Shree Jewellers
Ekmighat, Laheriasarai, Darbhanga
Date of Appraiser's Certificate {{ $date ?? now()->format('d/m/Y') }}

The Branch Manager,

{{ $agent->bank->bank ?? 'State Bank of India' }},

Branch {{ $agent->branch->branch_address ?? 'BAHERL (11829)' }}


Madam/Dear Sir,


I hereby certify that the ornaments/items of the above mentioned gold loan account have been weighed and appraised by me on {{ $agent->name ?? 'Customer Name' }}. In the presence of Shri/Smt. {{ $agent->cash_in_charge ?? 'Cash Officer' }} (Cash in charge) and {{ $agent->joint_custody_officer ?? 'Joint Custody Officer' }} (Joint Custody Officer). The exact weight, purity of the metal and market value of each item as on date are indicated below.

@if(isset($goldItems) && count($goldItems) > 0) @foreach($goldItems as $index => $item) @endforeach @else @endif
S No Description of the Article/Unit Gross Weight (Grams) Approximate weight of the precious stones in the ornaments (Grams) Purity (Carat) Net Weight (Grams) Market Value Rs
{{ $index + 1 }} {{ $item['description'] ?? '' }} {{ $item['gross_weight'] ?? '' }} {{ $item['stone_weight'] ?? '' }} {{ $item['purity'] ?? '' }} {{ $item['net_weight'] ?? '' }} {{ $item['market_value'] ?? '' }}
1 Necklace (1) 17.600 0.600 18 17.00
2 Bracelet (2) 16.500 0.500 18 14.500

Method used for purity testing: {{ $purity_method ?? 'Electronic Gold 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.

Name & Signature of the Appraiser

Cash Officer in Charge

{{ $agent->cash_in_charge ?? '' }}

Joint Custody Officer

{{ $agent->joint_custody_officer ?? '' }}