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

Blogs Management

Add Blogs

@php $pi = ($tbl_blog->currentPage() - 1) * $tbl_blog->perPage() + 1; @endphp @foreach($tbl_blog as $data) @php $pi++; @endphp @endforeach
S.no Blog Name Image Stauts Action
{{ $pi}} {{ $data['blog_title']}} 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')