@extends('admin.layout.app') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

All Gallery

Add Gallery
{{-- --}} @foreach ($gallery as $r) {{-- --}} @endforeach
S.NO. Event Name GalleryVideo LinkUploaded Action
{{ $loop->iteration }} {{ $r->event_name }} {{ $r->video_link }}
@endsection @push('footerscript') @endpush