{{ Form::select('dharma_id',$dharmaName,(isset($sant->dharma_id) && !empty($sant->dharma_id)) ? $sant->dharma_id : null,['id' => 'dharma', 'class' => $errors->has('dharma_id') ? 'form-control selectpicker is-invalid dharma_id' : 'form-control selectpicker','title' => __('placeholder.sant_dharma_name'),'data-live-search' => 'true','data-allow-clear' => 'true']) }} @error('dharma_id')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::select('sampraday_id',$sampradayName,(isset($sant->sampraday_id) && !empty($sant->sampraday_id)) ? $sant->sampraday_id : null,['id' => 'sampradaies', 'class' => $errors->has('sampraday_id') ? 'form-control selectpicker is-invalid sampraday_id' : 'form-control selectpicker','title' => __('placeholder.sant_sampraday_name'),'data-live-search' => 'true','data-allow-clear' => 'true']) }} @error('sampraday_id')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::text('name',null,['class' => $errors->has('name') ? 'form-control is-invalid' : 'form-control','placeholder' => __('placeholder.sant_name')]) }} @error('name')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
honor) && !empty($sant->honor) ? implode(', ', $sant->honor) : '')}}'/>
{{ Form::text('birth_date',null,['autocomplete' => 'off','class' => $errors->has('birth_date') ? 'form-control datepicker is-invalid' : 'form-control datepicker','placeholder' => __('placeholder.sant_birth_date')]) }}
@error('birth_date')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::select('gender',trans('sant.gender'),(isset($sant->gender) && !empty($sant->gender)) ? $sant->gender : null,['class' => $errors->has('gender') ? 'form-control selectpicker is-invalid gender' : 'form-control selectpicker','title' => __('placeholder.sant_gender'),'data-live-search' => 'true','data-allow-clear' => 'true']) }} @error('gender')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif @if (!empty($santLive->gender) && $santLive->gender == 1) @elseif (!empty($santLive->gender) && $santLive->gender == 2) @else @endif
{{ Form::text('diksha_date',null,['autocomplete' => 'off','class' => $errors->has('diksha_date') ? 'form-control datepicker is-invalid' : 'form-control datepicker','placeholder' => __('placeholder.sant_diksha_date')]) }}
@error('diksha_date')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::text('diksha_place',null,['class' => $errors->has('diksha_place') ? 'form-control is-invalid' : 'form-control', 'id' => 'diksha_place','placeholder' => __('placeholder.sant_diksha_place')]) }} @error('diksha_place')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::select('guru_id',$guruName,(isset($sant->guru_id) && !empty($sant->guru_id)) ? $sant->guru_id : null,['class' => $errors->has('guru_id') ? 'form-control selectpicker is-invalid guru_id' : 'form-control selectpicker','title' => __('placeholder.sant_guru'),'data-live-search' => 'true','data-allow-clear' => 'true']) }} @error('guru_id')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::text('father_name',null,['class' => $errors->has('father_name') ? 'form-control is-invalid' : 'form-control','placeholder' => __('placeholder.sant_father_name')]) }} @error('father_name')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{ Form::text('mother_name',null,['class' => $errors->has('mother_name') ? 'form-control is-invalid' : 'form-control','placeholder' => __('placeholder.sant_mother_name')]) }} @error('mother_name')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{--
{{ Form::text('profile_verified_at',null,['autocomplete' => 'off','class' => $errors->has('profile_verified_at') ? 'form-control datepicker is-invalid' : 'form-control datepicker','placeholder' => __('placeholder.sant_profile_verified_at')]) }}
@error('profile_verified_at')
{{ $message }}
@enderror
--}}
{{ Form::textarea('about',null,['class' => $errors->has('about') ? 'form-control is-invalid' : 'form-control','placeholder' => __('placeholder.sant_about')]) }} @error('about')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
{{--
{{ Form::text('qualification',null,['class' => $errors->has('qualification') ? 'form-control is-invalid' : 'form-control','placeholder' => __('placeholder.sant_qualification')]) }} @error('qualification')
{{ $message }}
@enderror
--}}
{{ __('label.image_type') }} @error('avatar')
{{ $message }}
@enderror @if(\Request::route()->getName() == 'admin.sant.edit' && $sant->verification_status == 2)
@endif
@if(\Request::route()->getName() == 'admin.sant.edit')
{{ $sant->createdBy->name ?? '-' }}
{{ $sant->updatedBy->name ?? '-' }}
{{ isset($thana->updatedBy) ? ($thana->updatedBy->name) : '-' }}
@endif @if(\Request::route()->getName() != 'admin.sant.edit')
@endif
avatar) && !empty($sant->avatar)) style="display: flex" @else style="display: none" @endif>
{{--
avatar) && !empty($santLive->avatar)) style="display: flex" @else style="display: none" @endif>
--}}
@if (isset($thanaMembers)) @forelse($thanaMembers as $thanaMember)
@empty {{--

No thana

--}} @endforelse @endif