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