@extends('admin.layouts.app') @section('title', 'Edit Second Appraisal') @section('content')
{{-- Card Header --}}

Edit Second Appraisal

Update the details for gold loan account: {{ $appraisal->gold_loan_account_no }}

Back to List
@csrf @method('PUT') {{-- SECTION 1: LOAN DETAILS --}}
Loan & Date Details
{{-- Gold Loan A/C --}}
{{-- Ledger --}}
{{-- Date --}}

{{-- SECTION 2: BANK DETAILS --}}
Bank Information
{{-- Bank --}}
{{-- Branch --}}
{{-- Note: Ideally pass $branches from controller instead of Branch::all() in view --}}
{{-- Branch Code --}}

{{-- SECTION 3: APPRAISER INFO --}}
Appraiser & Personnel
{{-- First Appraisal Name Address --}}
{{-- Present Of --}}
{{-- Cash Incharge --}}
{{-- Joint Officer --}}
{{-- Actions --}}
Cancel
{{-- End Card Body --}}
{{-- End Card --}}
@endsection