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

Manage Gallery

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

No Gallery Available

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