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