@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Manage Gallery

Gallery Management

@csrf
@php // Assuming you have the necessary model and connection set up $tbl_product = \App\Models\tbl_product::select('product_title')->get(); @endphp
@error('gallery_category') {{ $message }} @enderror
@error('gallery_title') {{ $message }} @enderror
@error('short_discription') {{ $message }} @enderror
Upload
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')