@extends('layouts.admin-layout')
@section('title', 'All About Category ')
@section('content')
About Category Section
| S.N. |
Title |
Image |
Action |
@foreach($get_about_categories as $about_category)
| {{ $loop->iteration }} |
{{$about_category->heading}} |
}}) |
|
@endforeach
@endsection
@section('script')
@endsection