@extends('backend.layouts.main') @section('title') Gallery Management @endsection @section('content')

Gallery List

@foreach ($galleries as $gallery) @endforeach
S.N. Image Title Order Status Featured Actions
@endsection @section('scripts') @endsection