@extends('layout.layout') @section('title', 'Reports') @section('report', 'active') @section('layout.css') @endsection @section('content') Reports @csrf Report Type Report by Business Unit Report by Ticket Owner Report by Resource Ticket Activity Log Project Registry Report @if (Auth::user()->is_admin === 1) Entity Sharing By Resource @endif Work Load Log Start End Resource Resource Business Unit Ticket Manager Business Unit {{-- --}} Ticket Manager {{-- --}} Entity Brand Select All Status Include Non-Billable Include Admin Task {{-- Load option --}} View into Table Download PDF Download CSV Create Invoice Loading... Generate Reset Report @endsection @section('scripts') @include('report.script') @endsection