@extends('layouts.app') @section('righthand-navigation') @parent @endsection @section('content') {{--
--}}
@section('preferences')
@include('search.form')
@if (canTask('can_assign')) Add New @endif 18
@show

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