@extends('layouts.master') @section('title', 'All Product Categories') @section('content')

All Product Categories

@foreach($product_categories as $key => $category) @endforeach
SL Name Created At Action
{{ $key + 1 }} {{ $category->name }} {{ $not_date }} - {{ $time }}
@csrf
@endsection