{{--

 {{ $panel }} List

--}} @include('web.admin.includes.bulk_action_button_link') {{--
{{ $panel }} Record list on table. Filter list using search box as your Wish.
--}} @if (isset($data['rows']) && $data['rows']->count() > 0) @php $i=1; @endphp {!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @foreach($data['rows'] as $row) @php $i++; @endphp @endforeach {!! Form::close() !!} @else @endif
SN Name Email {{ __('common.status')}}
@php echo $i; @endphp {{ $row->name }} {{ $row->email }}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data found.