@extends('superadmin.layout.app') @section('title','About Candidate - Index') @push('headerscript') @endpush @section('content')

About Candidate

Add About Candidate
@foreach($candidate as $r) @php $udetails=App\Models\UserDetail::where('user_id',$r->id)->first(); @endphp @php $vidhansabha=App\Models\VidhanSabha::where('id',$r->vidhansabha_id)->value('vidhansabha'); @endphp @php $years = Illuminate\Support\Carbon::parse($r->dob)->age; @endphp @endforeach
S.NO. Vidhan Sabha Name Candidate Name Email Age Candidate Image Mobile No. Address Action
{{ $loop->iteration }} {{ $vidhansabha}} {{ $r->candidate_name}} {{$r->email }} {{$years}} {{ $r->mobile_no}} {{ $r->address}} Edit Delete
@endsection @push('footerscript') @endpush