@extends('layout.with-main') @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') @endsection @section('page', 'page__staff-note--index') @section('main') @livewire('note-search') @endsection