@extends('layouts.admin_layout') @section('title', 'Manage Product Categories') @section('content')

Manage Product Categories

@if(!empty($parent_product_category_id)) Add Product Category @else Add Product Category @endif
@foreach($product_categories as $product_category_row) @endforeach
Category Action
{{$product_category_row->product_category_name}} Edit Sub Categories
@endsection