@include('laravel-crm::partials.form.text',[
'name' => 'start_at',
'label' => ucfirst(__('laravel-crm::lang.from')),
'attributes' => [
'wire:model.debounce.10000ms' => 'start_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])
@include('laravel-crm::partials.form.text',[
'name' => 'finish_at',
'label' => ucfirst(__('laravel-crm::lang.to')),
'attributes' => [
'wire:model.debounce.10000ms' => 'finish_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])
@include('laravel-crm::partials.form.text',[
'name' => 'start_at',
'label' => ucfirst(__('laravel-crm::lang.from')),
'attributes' => [
'wire:model.debounce.10000ms' => 'start_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])
@include('laravel-crm::partials.form.text',[
'name' => 'finish_at',
'label' => ucfirst(__('laravel-crm::lang.to')),
'attributes' => [
'wire:model.debounce.10000ms' => 'finish_at',
'autocomplete' => 'off',
'role' => 'presentation'
]
])