@extends('../layout/' . $layout)
@section('subhead')
Product Categories
@endsection
@section('subcontent')
Product Categories
Add
Product Category
@if ($totalRecords > 0)
@foreach ($astroMall as $productCat)
@endforeach
@else
No Data Available
@endif
@if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of
{{ $totalRecords }} entries
@endif
@if ($totalRecords > 0)
@endif
Are You Sure?
You want Active!
@endsection
@section('script')
@endsection