@extends('admin.layouts.app') @section('title', 'Vidhansabha - Edit Voter') @section('content')

Edit Voter List

Edit Voter List
@if(session()->has('success')) {{session()->get('success')}} @endif Back {{-- --}}
{!! Form::model($row, ['method' => 'patch', 'files' => true, 'route' => ['avoter.update', encrypt($eid)]]) !!} @csrf
{{ $errors->first('name')}}
{{ $errors->first('name')}}
{{ $errors->first('name')}}
{{ $errors->first('name')}}
{{ $errors->first('name')}}
{{ $errors->first('name')}}
{{ $errors->first('name')}}
@php $vidhansabha = App\Models\VidhanSabha::where('vidhansabha_id',$row->ac_no)->value('vidhansabha_title'); @endphp
{{--
{{ $errors->first('name')}}
--}}
{{ $errors->first('pincode')}}
{{ $errors->first('favar')}}
{{ $errors->first('profession_type')}}
{{-- --}} @foreach($profession as $r)
{{ $errors->first('profession')}}
{{ $errors->first('religion')}}
{{ $errors->first('caste')}}
{{ $errors->first('gotra')}}
scheme_type != 'yes') style="display: none;" @endif> @if($row->scheme_type == 'yes')
@php $sechmeId = json_decode($row->scheme_id); $schemedescription = json_decode($row->scheme_description); $schemeyear = json_decode($row->scheme_year); @endphp @foreach($sechmeId as $key => $rid)
@if($key == 0) @endif
@endforeach
@else
@endif
@endsection