@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Categories

@foreach ($categories as $value) @endforeach
Category Name Status Actions
{{$value->name}}
Total Products: {{$value->products_count}}
@if($value->status == 1)
Active
@else
Inactive
@endif
Actions
@include('partials.footer')
@include('global.footer-links')