@extends('../layout/' . $layout) @section('subhead') Product Categories @endsection @section('subcontent')

Product Categories

Add Product Category
@csrf
@if (!$searchString) @else @endif
@if ($totalRecords > 0)
@foreach ($astroMall as $productCat)
@endforeach
@else
noData

No Data Available

@endif @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif @if ($totalRecords > 0)
@endif @endsection @section('script') @endsection