@extends('layouts.master')
@section('title', 'All Product Categories')
@section('content')
All Product Categories
- Dashboard
- All Product Categories
SL
|
Name |
Created At |
Action |
@foreach($product_categories as $key => $category)
{{ $key + 1 }}
|
{{ $category->name }}
|
{{ $not_date }} - {{ $time }}
|
|
@endforeach
@endsection