@extends('layouts.admin') @section('page-title') {{ __('Tasks') }} @endsection @section('links') @if (\Auth::guard('client')->check())
{{ __('Task') }} | {{ __('Project') }} | {{ __('Milestone') }} | {{ __('Due Date') }} | @if ($currentWorkspace->permission == 'Owner' || Auth::user()->getGuard() == 'client'){{ __('Assigned to') }} | @endif{{ __('Status') }} | {{ __('Priority') }} | @if ($currentWorkspace->permission == 'Owner'){{ __('Action') }} | @endif
---|