@include('includes.data_table_header')
@if (isset($data['rows']) && $data['rows']->count() > 0) {!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @foreach($data['rows'] as $row) @endforeach {!! Form::close() !!} @else @endif
Detail Rank {{ __('common.status')}}
@if ($row->profile_image)
@else

No image

@endif {{ $row->name }}
{{ $row->position }}
{{ $row->address }}
{{ $row->tel }} , {{ $row->cell_1 }} , {{ $row->cell_2 }} , {{ $row->email }}
{!! $row->description !!}
{{$row->rank}}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.