@extends('Admin.Layout.main_layout') @section('main_container')

Manage Event Images

@csrf
@if(!$event_arr->isEmpty()) @foreach($event_arr as $key => $data) @endforeach @else

No Event Available

@endif
id Image Path Image Actions
{{ ($key+1) }}
@csrf
@endsection