@extends('layout.default')
@section('title')
{{ __('common.user') }} {{ __('common.search') }} - {{ __('staff.staff-dashboard') }} -
{{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('nav-tabs')
@include('Staff.partials.user-info-search')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('common.users') }}
@endsection
@section('page', 'page__users--index')
@section('main')
@livewire('user-search')
@endsection