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

Category Page

@foreach ($category as $item) @endforeach
Id Brand Name Action
{{$item->id}} {{$item->brand?->name}} {{$item->name}} Edit Delete
@endsection