@extends('layouts.app') @section('righthand-navigation') @parent @endsection @section('content') {{--
--}}
{{ ($type == "web") ? 'Web' : 'Projects'}}
@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() !!}
Contacts
×
Notes
×
@endsection @section('more_scripts') @include('tasks.table-js') @endsection