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