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

Gallery

Add Gallery
{{-- --}} @foreach ($gallery as $r) @php $vidhansabha = App\Models\VidhanSabha::where('id', $r->vidhansabha_id)->value('vidhansabha'); @endphp @php $name = App\Models\User::where('id', $r->uploaded_by)->value('name'); @endphp {{-- --}} @endforeach
S.NO. Vidhan Sabha Name Event Name Gallery UploadedAction
{{ $loop->iteration }} {{ $vidhansabha }} {!! $r->event_name !!} {{ $name }} Edit Delete
@endsection @push('footerscript') @endpush