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

Blog Section

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