@extends('backend.layout.layout') @section('title', 'About Page') @section('content') About Us Table Home About Us Table @if (session('status')) {{ session('status') }} @endif {{-- +Add New --}} S.N. Category Name Category Heading Category Image Actions @foreach ($about as $key => $abouts) {{ $key + 1 }} {{ $abouts->category_name }} {{ $abouts->category_heading }} Edit {{-- @csrf Delete --}} @endforeach @endsection