Update Application

@csrf @method('PUT') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Mortgage Details

Four Directions Details

Primary Details

Claiming Party Details

@if ($Application->NewClaimingParty && count($Application->NewClaimingParty) > 0) @foreach ($Application->NewClaimingParty as $index => $NewClaimingParty)

Claiming Party: {{ $index + 1 }}

@if ($loop->first) @else @endif
@endforeach @endif

Payment Details

Banakhat Details

@if (!empty($Application->NewBanakhatPayment) && $Application->NewBanakhatPayment->isNotEmpty()) @foreach ($Application->NewBanakhatPayment as $NewBanakhatPayment)
@if ($loop->first) @else @endif
@endforeach @else
@endif

Sale Deed Details

@if (!empty($Application->NewSaledeedPayment) && $Application->NewSaledeedPayment->isNotEmpty()) @foreach ($Application->NewSaledeedPayment as $NewSaledeedPayment)
@if ($loop->first) @else @endif
@endforeach @else
@endif