@extends('layouts.admin_layout') @section('content')

Manage Event Gallery

@if(Session::has('success'))

×{{ Session::get('success') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif

Event Gallery Lists

Back
@php $i=1;@endphp @foreach($event_galleries as $gallery) @endforeach
# Gallery Image Action
{{$i++}} {{$gallery->image}}
@endsection