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

Manage Gallery

Gallery Management

@method('PUT') @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

pg_status) == 'active' ? 'checked' : '' }}>
pg_status) == 'inactive' ? 'checked' : '' }}>
@error('pg_status') {{ $message }} @enderror
Upload
@if ($tbl_gallery->gallery_image)

Current Image:

Current Image
@endif
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')