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