@extends('layout.default')
@section('title')
Announces - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
Announces
@endsection
@section('page', 'page__history--index')
@section('content')
@livewire('announce-search')
@endsection