@extends('backend.layout.layout') @section('content')

Our Products Detail Table

@if (session('status'))
{{ session('status') }}
@endif
{{-- --}} {{-- --}} @foreach ($blogdetail as $key => $blogdetails) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
S.N. Blog Name Image TitleBlog Details NameCategory PostActions
{{ $key + 1 }}{{ $key + 1 }} {{ substr($blogdetails->namee,0,10)}} {{ substr($blogdetails->title, 0, 10) }}{{ $blogdetails->name }} {{ $blogdetails->category }}{{ $blogdetails->post }}
{{--
{{ $blog->links() }}
--}}
{{--
{{ $blogdetail->links('pagination::bootstrap-4') }}
--}}
@endsection