@extends('admin.layout.admin_layout') @section('content')
About Section
Dashboard
About Section
@include('admin.layout.message')
About Section
Sl.No.
image
heading
Action
@if(!empty($alldata)) @foreach($alldata as $blog)
{{$i}}
{{$blog['heading']}}
@endforeach @endif
Sl.No.
image
heading
Action
@endsection @push('scripts') @endpush