@extends('layout.default')
@section('title')
{{ __('common.user') }} Notes - {{ __('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') }}
{{ __('staff.user-notes') }}
@endsection
@section('page', 'page__notes-log--index')
@section('main')
@livewire('note-search')
@endsection