{!! tableHeaderCheckall() !!} {!! tableHeaderSort($items->sorting, 'active', NULL, 'style="width: 1%;"') !!} {!! tableHeaderSort($items->sorting, 'email') !!} {!! tableHeader('admin.actions') !!} @if (count($collection = $items->getCollection())) @foreach ($collection as $item) @endforeach @else @endif
{{ trans('validation.attributes.active') }} {{ $item->email }} id) }}">{{ trans('global.edit') }}
{{ trans('admin.no_data') }}
{!! $items->render() !!}