@extends('admin.layout.app') @section('title', 'About Vidhan Sabha - Index') @push('headerscript') @endpush @section('content')

About Vidhan Sabha

{{-- Add Booth Agent --}}
{{-- --}} @foreach ($aboutvidhansabha as $r) @php $vidhansabha = App\Models\VidhanSabha::where('id', $r->vidhansabha_id)->value('vidhansabha'); @endphp {{-- --}} @endforeach
S.NO. Vidhan Sabha Name DescriptionAction
{{ $loop->iteration }} {{ $vidhansabha }} {!! $r->description !!} Edit
@endsection @push('footerscript') @endpush