@extends('admin.layout.app') @section('title','Booth Agent - Index') @push('headerscript') @endpush @section('content')

Booth Agent

Add Booth Agent
@foreach($boothagent 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 $name=App\Models\User::where('id',$udetails->creator_id)->value('name'); @endphp @endforeach
S.NO. Vidhan Sabha Name Booth Name Booth Agent Name Mobile No. Communication creator Action
{{ $loop->iteration }} {{ $vidhansabha}} {{ $udetails->booth_name}} {{ $r->name}} {{ $r->mobile_number}} {{-- --}} {{ $name }} Edit Delete
@endsection @push('footerscript') @endpush