@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('referral')) {{ $errors->first('referral') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('father_name')) {{ $errors->first('father_name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mother_name') }} @endif
@if ($errors->has('nid_no')) {{ $errors->first('nid_no') }} @endif
@if ($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('blood_group')) {{ $errors->first('blood_group') }} @endif
@if ($errors->has('profession')) {{ $errors->first('profession') }} @endif
======================================== =====================================
@if ($errors->has('nominee_name')) {{ $errors->first('nominee_name') }} @endif
@if ($errors->has('relation_with_nominee')) {{ $errors->first('relation_with_nominee') }} @endif
@if ($errors->has('phone2')) {{ $errors->first('phone2') }} @endif
@if ($errors->has('birth_certificate_no')) {{ $errors->first('birth_certificate_no') }} @endif
---------------------------------------------- ------------------------------------------
@if ($errors->has('husband_name')) {{ $errors->first('husband_name') }} @endif
@if ($errors->has('birth_certificate_no2')) {{ $errors->first('birth_certificate_no2') }} @endif
@if ($errors->has('phone22')) {{ $errors->first('phone22') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Address :

Present Address:
@if ($errors->has('present_address')) {{ $errors->first('present_address') }} @endif
@if ($errors->has('present_address_district')) {{ $errors->first('present_address_district') }} @endif
@if ($errors->has('present_address_thana')) {{ $errors->first('present_address_thana') }} @endif
@if ($errors->has('present_address_union')) {{ $errors->first('present_address_union') }} @endif
@if ($errors->has('present_address_word')) {{ $errors->first('present_address_word') }} @endif
Parmanent Address:
@if ($errors->has('parmanent_address')) {{ $errors->first('parmanent_address') }} @endif
@if ($errors->has('parmanent_address_district')) {{ $errors->first('parmanent_address_district') }} @endif
@if ($errors->has('parmanent_address_thana')) {{ $errors->first('parmanent_address_thana') }} @endif
@if ($errors->has('parmanent_address_union')) {{ $errors->first('parmanent_address_union') }} @endif
@if ($errors->has('parmanent_address_word')) {{ $errors->first('parmanent_address_word') }} @endif
Office Address:
@if ($errors->has('office_address')) {{ $errors->first('office_address') }} @endif
@if ($errors->has('office_address_district')) {{ $errors->first('office_address_district') }} @endif
@if ($errors->has('office_address_thana')) {{ $errors->first('office_address_thana') }} @endif
@if ($errors->has('office_address_union')) {{ $errors->first('office_address_union') }} @endif
@if ($errors->has('office_address_word')) {{ $errors->first('office_address_word') }} @endif
@push('alljs') @endpush @endsection