@extends('admin.layouts.master') @section('content')

{{ $page_title }}

दर्ता निवेदकको विवरण विपक्षी/साहुको विवरण लेनदेनको विवरण
@csrf

दर्ता

@if ($errors->has('registration_id')) {{ $errors->first('registration_id') }} @endif
@if ($errors->has('transaction_amount')) {{ $errors->first('transaction_amount') }} @endif
@if ($errors->has('tansaction_date')) {{ $errors->first('tansaction_date') }} @endif

निवेदकको विवरण

@if ($errors->has('applicant.full_name.0')) {{ $errors->first('applicant.full_name.0') }} @endif
@if ($errors->has('applicant.contact.0')) {{ $errors->first('applicant.contact.0') }} @endif
@if ($errors->has('applicant.state_id.0')) {{ $errors->first('applicant.state_id.0') }} @endif
@if ($errors->has('applicant.district_id.0')) {{ $errors->first('applicant.district_id.0') }} @endif
@if ($errors->has('applicant.localbody_id.0')) {{ $errors->first('applicant.localbody_id.0') }} @endif
@if ($errors->has('applicant.wada_id.0')) {{ $errors->first('applicant.wada_id.0') }} @endif

विपक्षी/साहुको विवरण

@if ($errors->has('offender.wada_id.0')) {{ $errors->first('offender.wada_id.0') }} @endif
@if ($errors->has('offender.contact.0')) {{ $errors->first('offender.contact.0') }} @endif
@if ($errors->has('offender.state_id.0')) {{ $errors->first('offender.state_id.0') }} @endif
@if ($errors->has('offender.district_id.0')) {{ $errors->first('offender.district_id.0') }} @endif
@if ($errors->has('offender.localbody_id.0')) {{ $errors->first('offender.localbody_id.0') }} @endif
@if ($errors->has('offender.wada_id.0')) {{ $errors->first('offender.wada_id.0') }} @endif

लेनदेनको विवरण

@foreach ($natures as $nature) {{ $nature->title }}
@endforeach
@foreach ($purposes as $purpose) {{ $purpose->title }}
@endforeach
@endsection