@if(! isset($meeting))
@error('name')
{{ $message }}
@enderror
@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.multiselect',[ 'name' => 'guests', 'label' => ucfirst(__('laravel-crm::lang.guests')), 'options' => \VentureDrake\LaravelCrm\Http\Helpers\SelectOptions\optionsFromModel(\VentureDrake\LaravelCrm\Models\Person::all(), false), 'attributes' => [ 'wire:model' => 'guests', ] ]) @include('laravel-crm::partials.form.text',[ 'name' => 'location', 'label' => ucfirst(__('laravel-crm::lang.location')), 'attributes' => [ 'wire:model' => 'location', ] ]) {{--
{{ $note->message ?? null }} @error('content')
{{ $message }}
@enderror
--}}
@error('description')
{{ $message }}
@enderror
@else
@error('name')
{{ $message }}
@enderror
@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.multiselect',[ 'name' => 'guests', 'label' => ucfirst(__('laravel-crm::lang.guests')), 'options' => \VentureDrake\LaravelCrm\Http\Helpers\SelectOptions\optionsFromModel(\VentureDrake\LaravelCrm\Models\Person::all(), false), 'attributes' => [ 'wire:model' => 'guests', ] ]) @include('laravel-crm::partials.form.text',[ 'name' => 'location', 'label' => ucfirst(__('laravel-crm::lang.location')), 'attributes' => [ 'wire:model' => 'location', ] ]) {{--
@error('note.content')
{{ $message }}
@enderror
--}}
@error('description')
{{ $message }}
@enderror
@endif