@extends('master') @section('title') {{ $title}} @endsection @section('content') @php $sn=0; @endphp @foreach ($data as $item) @endforeach
S/N Category Heading Description Action
{{ $sn+=1 }} {{ $item->aboutUs->menu_name ?? 'Not Available' }} {{ $item->heading }} {{ $item->description }} Update {!! $item->status == 1 ? 'Unpublish' : 'Publish' !!} show Delete
@endsection