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