@extends('layouts.app.master') @section('title', 'Product Category') @section('content')

Manage Categories

@foreach($category as $item) @endforeach
Id Category Name Status Actions
{{$item->id }} {{$item->name}} {{$item->status}}
@csrf @method('delete')
Showing 5 out of 25 entries