@extends('layout.layout') @section('title', 'Reports') @section('report', 'active') @section('layout.css') @endsection @section('content') Reports 1 Report Type Report by Business Unit Report by Ticket Owner Report by Resource Ticket Activity Log @if (Auth::user()->is_admin === 1) Entity Sharing By Resource @endif Work Load Log Start End @include('report1.forms.businessUnitForm', ['form_name' => 'business_unit']) @include('report1.forms.ticketOwnerForm', ['form_name' => 'ticket_owner']) @include('report1.forms.resourceForm', ['form_name' => 'resource']) @include('report1.forms.ticketActivity', ['form_name' => 'ticket_activity']) Report @endsection @section('scripts') @endsection