@extends('layouts/acc_layout') @section('title', '| Register Report') @section('content') @php $projectSelected = isset($_GET['searchProject']) ? $_GET['searchProject'] : null; $projectTypeSelected = isset($_GET['searchProjectType']) ? $_GET['searchProjectType'] : null; $donorTypeSelected = isset($_GET['searchDonorType']) ? $_GET['searchDonorType'] : null; $datefrom = isset($_GET['formDate']) ? $_GET['formDate'] : null; $dateto = isset($_GET['toDate']) ? $_GET['toDate'] : null; $firstRequest = isset($_GET['firstRequest']) ? '1' : '0'; use App\Service\UserUtility; $hasAccessToViewAllProjects = UserUtility::hasAccessToViewAllProjects(); @endphp