Update Application

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

ચતુર્થ દિશાઓની વિગતો

પ્રાથમિક વિગતો

દાવો કરનાર પક્ષની વિગતો

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

દાવો કરનાર પક્ષ : 1

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

દાવો કરનાર પક્ષ : 1

@endif

ચુકવણીની વિગતો

બનાખતની વિગતો

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

વેચાણ દસ્તાવેજની વિગતો

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