@extends('layouts.main') @section('page-title') {{ __('Task Board') }} @endsection @section('page-breadcrumb') {{ __('Project Details') }},{{ __('Task Board') }} @endsection @section('page-action')
@endsection @push('css') @if (module_is_active('Signature')) @endif @endpush @php $UsersData = \Workdo\Taskly\Entities\Task::getUsersData(); @endphp @section('content') @if ($project && $currentWorkspace && Laratrust::hasPermission('task manage')){{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }}