@extends('layouts.admin') @section('content')

Category Page

@forelse ($categories as $item) @empty @endforelse
Id Brand Name Action
{{$item->id}} {{$item->brand?->name}} {{$item->name}} Edit Delete
No categories found.
@endsection