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