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

Product Category Add, view and edit Product category

@foreach($CategoryList as $Category) @endforeach
Category Name Image Action
{{$Category->CategoryName}} @if($Category->Image) @endif
@endsection