@extends('layout.default') @section('title') Reports - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__report--index') @section('main') @livewire('report-search') @endsection