@extends('layouts.head_office_app') @section('title', 'Tasks') @section('content') @php $has_access_to_all_tasks = $profile->super_access == 1 || ($profile->is_access_tasks == 1 && $profile->task_access_type && (in_array('all_tasks', $profile->task_access_type) || in_array('sites_tasks', $profile->task_access_type) || in_array('certain_users_tasks', $profile->task_access_type))); $has_own_tasks_access = $profile->super_access == 1 || ($profile->is_access_tasks == 1 && (empty($profile->task_access_type) || in_array('all_tasks', $profile->task_access_type) || in_array('own_tasks', $profile->task_access_type))); @endphp
No tasks found for this view.
@endforelseNo tasks found for this view.
@endforelseNo tasks found for this view.
@endforelse