@extends('layouts.admin-layout') @section('title', 'All About Event ') @section('content')
{{-- --}} {{-- --}} {{-- --}}

About Section

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