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

Blog Section

Profile Preview

Blog Section

@foreach($get_blog as $blog) @endforeach
S.N. Heading Image Action
{{ $loop->iteration }} {{$blog->heading ? : ''}}
@endsection @section('script') @endsection