@yield('styles')
புதுச்சேரி - விண்ணப்பம்
@if($errors->count() > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.pondicheryapplication.fields.name_helper') }}
@if($errors->has('categorypondichery'))
{{ $errors->first('categorypondichery') }}
@endif {{ trans('cruds.pondicheryapplication.fields.categorypondichery_helper') }}
@if($errors->has('subcategorypondichery'))
{{ $errors->first('subcategorypondichery') }}
@endif {{ trans('cruds.pondicheryapplication.fields.subcategorypondichery_helper') }}
@if($errors->has('subsubcategory'))
{{ $errors->first('subsubcategory') }}
@endif {{ trans('cruds.pondicheryapplication.fields.subsubcategory_helper') }}
@if($errors->has('districtspondichery'))
{{ $errors->first('districtspondichery') }}
@endif {{ trans('cruds.pondicheryapplication.fields.districtspondichery_helper') }}
@if($errors->has('pondicheryassemblys'))
{{ $errors->first('pondicheryassemblys') }}
@endif {{ trans('cruds.pondicheryapplication.fields.pondicheryassemblys_helper') }}
@if($errors->has('whatsapp_number'))
{{ $errors->first('whatsapp_number') }}
@endif {{ trans('cruds.pondicheryapplication.fields.whatsapp_number_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.pondicheryapplication.fields.email_helper') }}
@if($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif {{ trans('cruds.pondicheryapplication.fields.facebook_helper') }}
@if($errors->has('twitter'))
{{ $errors->first('twitter') }}
@endif {{ trans('cruds.pondicheryapplication.fields.twitter_helper') }}
@if($errors->has('youtube_channel'))
{{ $errors->first('youtube_channel') }}
@endif {{ trans('cruds.pondicheryapplication.fields.youtube_channel_helper') }}
@if($errors->has('instagram'))
{{ $errors->first('instagram') }}
@endif {{ trans('cruds.pondicheryapplication.fields.instagram_helper') }}
@if($errors->has('current_post'))
{{ $errors->first('current_post') }}
@endif {{ trans('cruds.pondicheryapplication.fields.current_post_helper') }}
@foreach(App\Models\Pondicheryapplication::GENDER_RADIO as $key => $label)
@endforeach @if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{ trans('cruds.pondicheryapplication.fields.gender_helper') }}
@if($errors->has('dob'))
{{ $errors->first('dob') }}
@endif {{ trans('cruds.pondicheryapplication.fields.dob_helper') }}
@if($errors->has('mother'))
{{ $errors->first('mother') }}
@endif {{ trans('cruds.pondicheryapplication.fields.mother_helper') }}
@if($errors->has('father'))
{{ $errors->first('father') }}
@endif {{ trans('cruds.pondicheryapplication.fields.father_helper') }}
@foreach(App\Models\Pondicheryapplication::MARRITAL_STATUS_RADIO as $key => $label)
@endforeach @if($errors->has('marrital_status'))
{{ $errors->first('marrital_status') }}
@endif {{ trans('cruds.pondicheryapplication.fields.marrital_status_helper') }}
@if($errors->has('husband_wife_name'))
{{ $errors->first('husband_wife_name') }}
@endif {{ trans('cruds.pondicheryapplication.fields.husband_wife_name_helper') }}
@if($errors->has('education'))
{{ $errors->first('education') }}
@endif {{ trans('cruds.pondicheryapplication.fields.education_helper') }}
@if($errors->has('profession'))
{{ $errors->first('profession') }}
@endif {{ trans('cruds.pondicheryapplication.fields.profession_helper') }}
@if($errors->has('join_date'))
{{ $errors->first('join_date') }}
@endif {{ trans('cruds.pondicheryapplication.fields.join_date_helper') }}
@if($errors->has('permanent_address'))
{{ $errors->first('permanent_address') }}
@endif {{ trans('cruds.pondicheryapplication.fields.permanent_address_helper') }}
@if($errors->has('communication_address'))
{{ $errors->first('communication_address') }}
@endif {{ trans('cruds.pondicheryapplication.fields.communication_address_helper') }}
@foreach(App\Models\Pondicheryapplication::SOCIAL_CATEGORY_RADIO as $key => $label)
@endforeach @if($errors->has('social_category'))
{{ $errors->first('social_category') }}
@endif {{ trans('cruds.pondicheryapplication.fields.social_category_helper') }}
@if($errors->has('notes'))
{{ $errors->first('notes') }}
@endif {{ trans('cruds.pondicheryapplication.fields.notes_helper') }}
@if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif {{ trans('cruds.pondicheryapplication.fields.photo_helper') }}
@if($errors->has('payment_status'))
{{ $errors->first('payment_status') }}
@endif {{ trans('cruds.pondicheryapplication.fields.payment_status_helper') }}
@if($errors->has('payment_receipt'))
{{ $errors->first('payment_receipt') }}
@endif {{ trans('cruds.pondicheryapplication.fields.payment_receipt_helper') }}
@if($errors->has('documents'))
{{ $errors->first('documents') }}
@endif {{ trans('cruds.pondicheryapplication.fields.documents_helper') }}
@captcha