@php foreach($paginator as $row): @endphp
@php endforeach; @endphp
@php
// add at the end of the file after the table
echo paginationControl(
// the paginator object
$paginator,
// the scrolling style
'sliding',
// the partial to use to render the control
null,
// the route to link to when a user clicks a control link
array(
'route' => 'admin/default',
'controller'=>'download',
'action'=>'browsesessions',
'id'=>$id
)
);
@endphp
{{ __lang('assigned-sessions') }}
@php foreach($assigned as $row): @endphp
@php endforeach; @endphp