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