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

Product Category Add, view and edit Product category

@foreach($CategoryList as $Category) @endforeach @foreach($KitchenCategory as $data) @endforeach
Category Name Action
{{$Category->CategoryName}}
@endsection