@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.pondicheryposting.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.pondicheryposting.fields.name_helper') }}
@if($errors->has('categorypondichery'))
{{ $errors->first('categorypondichery') }}
@endif {{ trans('cruds.pondicheryposting.fields.categorypondichery_helper') }}
@if($errors->has('subcategorypondichery'))
{{ $errors->first('subcategorypondichery') }}
@endif {{ trans('cruds.pondicheryposting.fields.subcategorypondichery_helper') }}
@if($errors->has('subsubcategory'))
{{ $errors->first('subsubcategory') }}
@endif {{ trans('cruds.pondicheryposting.fields.subsubcategory_helper') }}
@if($errors->has('districtspondichery'))
{{ $errors->first('districtspondichery') }}
@endif {{ trans('cruds.pondicheryposting.fields.districtspondichery_helper') }}
@if($errors->has('pondicheryassembly'))
{{ $errors->first('pondicheryassembly') }}
@endif {{ trans('cruds.pondicheryposting.fields.pondicheryassembly_helper') }}
@if($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif {{ trans('cruds.pondicheryposting.fields.facebook_helper') }}
@if($errors->has('twitter'))
{{ $errors->first('twitter') }}
@endif {{ trans('cruds.pondicheryposting.fields.twitter_helper') }}
@if($errors->has('whatsapp_number'))
{{ $errors->first('whatsapp_number') }}
@endif {{ trans('cruds.pondicheryposting.fields.whatsapp_number_helper') }}
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif {{ trans('cruds.pondicheryposting.fields.email_helper') }}
@if($errors->has('youtube_channel'))
{{ $errors->first('youtube_channel') }}
@endif {{ trans('cruds.pondicheryposting.fields.youtube_channel_helper') }}
@if($errors->has('instagram'))
{{ $errors->first('instagram') }}
@endif {{ trans('cruds.pondicheryposting.fields.instagram_helper') }}
@foreach(App\Models\Pondicheryposting::GENDER_RADIO as $key => $label)
gender) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif {{ trans('cruds.pondicheryposting.fields.gender_helper') }}
@if($errors->has('blood_group'))
{{ $errors->first('blood_group') }}
@endif {{ trans('cruds.pondicheryposting.fields.blood_group_helper') }}
@if($errors->has('dob'))
{{ $errors->first('dob') }}
@endif {{ trans('cruds.pondicheryposting.fields.dob_helper') }}
@if($errors->has('mother'))
{{ $errors->first('mother') }}
@endif {{ trans('cruds.pondicheryposting.fields.mother_helper') }}
@if($errors->has('father'))
{{ $errors->first('father') }}
@endif {{ trans('cruds.pondicheryposting.fields.father_helper') }}
@foreach(App\Models\Pondicheryposting::MARRITAL_STATUS_RADIO as $key => $label)
marrital_status) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('marrital_status'))
{{ $errors->first('marrital_status') }}
@endif {{ trans('cruds.pondicheryposting.fields.marrital_status_helper') }}
@if($errors->has('husband_wife_name'))
{{ $errors->first('husband_wife_name') }}
@endif {{ trans('cruds.pondicheryposting.fields.husband_wife_name_helper') }}
@if($errors->has('education'))
{{ $errors->first('education') }}
@endif {{ trans('cruds.pondicheryposting.fields.education_helper') }}
@if($errors->has('profession'))
{{ $errors->first('profession') }}
@endif {{ trans('cruds.pondicheryposting.fields.profession_helper') }}
@if($errors->has('join_date'))
{{ $errors->first('join_date') }}
@endif {{ trans('cruds.pondicheryposting.fields.join_date_helper') }}
@if($errors->has('permanent_address'))
{{ $errors->first('permanent_address') }}
@endif {{ trans('cruds.pondicheryposting.fields.permanent_address_helper') }}
@if($errors->has('communication_address'))
{{ $errors->first('communication_address') }}
@endif {{ trans('cruds.pondicheryposting.fields.communication_address_helper') }}
@foreach(App\Models\Pondicheryposting::SOCIAL_CATEGORY_RADIO as $key => $label)
social_category) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('social_category'))
{{ $errors->first('social_category') }}
@endif {{ trans('cruds.pondicheryposting.fields.social_category_helper') }}
@if($errors->has('notes'))
{{ $errors->first('notes') }}
@endif {{ trans('cruds.pondicheryposting.fields.notes_helper') }}
@if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif {{ trans('cruds.pondicheryposting.fields.photo_helper') }}
@endsection @section('scripts') @endsection