@extends('backend.index') @section('content')
Main categories
Add new main category
@foreach($data as $index => $item) @endforeach
Name Description Date Action
{{ $item->name }} {{ $item->description }}
Date Created: {{ $item->created_at->format('M j, Y') }}
Date Modified: {{ $item->updated_at->format('M j, Y') }}
@endsection