@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['category']) && $data['category']->count() > 0) @php($i=1) @foreach($data['category'] as $category) {{----}} @php($i++) @endforeach @else @endif
S.N. Category Sub-Category Status
{{ $i }} {{ $category->title }} @if(isset($category->subCategory)) @foreach($category->subCategory as $subCat)
{{ $subCat->title }}

@endforeach @endif
{{ $category->status }}
No {{ $panel }} data found.
{!! Form::close() !!}