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

Gallery Management

Add Gallery

@php $pi = ($tbl_gallery->currentPage() - 1) * $tbl_gallery->perPage() + 1; @endphp @foreach($tbl_gallery as $data) @php $pi++; @endphp @endforeach
S.no Name Product Name Image Stauts Action
{{ $pi}} {{ $data['gallery_title']}} {{ $data['gallery_category']}} Pages Image
pg_status === 'active' ? 'checked' : '' }}>
Edit
@csrf @method('DELETE')
S.no Name Product Name Image Stauts Action
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')