@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Superadmin / Blog list

@if (session('success'))
{{ session('success') }}
@endif
@forelse($blog_data as $blog) @empty @endforelse
Id Blog Heading Created At ACTIONS
{{$blog->id_blog}} {{$blog->heading}} {{$blog->created_at}}

No Records Found !

{{ $blog_data->links("pagination::bootstrap-4") }}
@endsection