@extends('layout.layout') @section('title', 'Reports') @section('report', 'active') @section('layout.css') @endsection @section('content')
Reports 1
@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