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