@extends('layouts.dashboard') @section('title', $reportName) @section('content')

{{ ucwords($reportName) }}

{{ $reportCategory }} > {{ ucwords($reportName) }}

This report is empty.

@endsection