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