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

About Section

Profile Preview

About Category Section

@foreach($get_about_categories as $about_category) @endforeach
S.N. Title Image Action
{{ $loop->iteration }} {{$about_category->heading}}
@endsection @section('script') @endsection