@if(! isset($note))
{{--
{{ $note->message ?? null }}
@error('content')
{{ $message }}
@enderror
--}}
@error('content')
{{ $message }}
@enderror
@include('laravel-crm::partials.form.text',[
'name' => 'noted_at',
'label' => ucfirst(__('laravel-crm::lang.noted_at')),
'attributes' => [
'wire:model.debounce.10000ms' => 'noted_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])
@else
{{--
@error('note.content')
{{ $message }}
@enderror
--}}
@error('content')
{{ $message }}
@enderror
@include('laravel-crm::partials.form.text',[
'name' => 'noted_at',
'label' => ucfirst(__('laravel-crm::lang.noted_at')),
'attributes' => [
'wire:model.debounce.10000ms' => 'noted_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])
@endif