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)

વેચાણ લેનાર : {{ $index + 1 }}

@if ($loop->first) @else @endif
*
*
*
*
*
*
*
*
@endforeach @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