@extends('admin.layout.admin_layout') @section('content')

About Section

@include('admin.layout.message')

About Section

@if(!empty($alldata)) @foreach($alldata as $blog) @endforeach @endif
Sl.No. image heading Action
{{$i}} {{$blog['heading']}}
Sl.No. image heading Action
@endsection @push('scripts') @endpush