@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['state']) && $data['state']->count() > 0) @php($i=1) @foreach($data['state'] as $state) @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} {{ $panel }} {{ __('common.status')}}
{{ $i }} {{ $state->title }} - [{{ $state->id }}]
No {{ $panel }} data found.
{!! Form::close() !!}