@extends('layouts.app') @section('content') {{--
--}}
@if (IsTeamLeader())
@else
@endif

{!! $pages->appends(request()->input())->links() !!}
Total: {{ $pages->total() }}
@include('pages.table-template')
{!! $pages->appends(request()->input())->links() !!}
@endsection @section('more_scripts') @include('pages.table-js') @endsection