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

Admin

Add Admin
@foreach($admin as $r) @php $udetails=App\Models\UserDetail::where('user_id',$r->id)->first(); @endphp @php $vidhansabha=App\Models\VidhanSabha::where('vidhansabha_id',$r->vidhansabha_id)->value('vidhansabha_title'); @endphp @endforeach
S.NO. Vidhan Sabha Name Booth Name Admin Name Mobile No. Communication Action
{{ $loop->iteration }} {{ $vidhansabha}} {{ $udetails->booth_name}} {{ $r->name}} {{ $r->mobile_number}} {{-- --}} Edit Delete
@endsection @push('footerscript') @endpush