@extends('superadmin.layout.app')
@section('title','Vidhan Sabha - Index')
@push('headerscript')
@endpush
@section('content')
S.NO. |
Vidhan Sabha Name |
Action |
@foreach($vidhansabha as $r)
{{ $loop->iteration }}
|
{{ $r->vidhansabha }}
|
Edit
Delete |
@endforeach
@endsection
@push('footerscript')
@endpush