@extends('layouts.admin-layout') @section('title', 'All Blog ') @section('content')
@csrf

Blog Section

Profile Preview

Home Section


Blog Section

@foreach($get_blog as $blog) @endforeach
S.N. Heading Image Status Action
{{ $loop->iteration }} {{$blog->title ? : ''}} {{$blog->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection