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

Blog Section

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