{{ $panel }} List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['rows']) && $data['rows']->count() > 0) @php($i=1) {{--{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!}--}} @foreach($data['rows'] as $row) @php($i++) @endforeach {{--{!! Form::close() !!}--}} @else @endif
{{ __('common.s_n')}} Detail Visible For
{{$i}} @if(isset($row->display_group)) @php($groups = explode(',',$row->display_group)) @foreach($groups as $group) {{\App\Facades\WebsiteViewHelperFacade::getRoleNameId($group)}}
@endforeach @endif
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.