@extends('layout.with-main')
@section('title')
Peers - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
Peers
@endsection
@section('nav-tabs')
@include('Staff.partials.user-info-search')
@endsection
@section('page', 'page__staff-peer--index')
@section('main')
@livewire('peer-search')
@endsection