@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', 'product_id')->get(); @endphp
@error('product_id') {{ $message }} @enderror
@error('gallery_title') {{ $message }} @enderror
@error('short_discription') {{ $message }} @enderror
Upload
@if ($tbl_gallery->gallery_image)

Current Image:

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