@extends('adminlte::page') @section('title', 'Добавить клиента') @section('plugins.tempusdominusBootstrap4', true) @section('plugins.Summernote', true) @section('plugins.BSCustomFileInput', true) @section('plugins.Select2', true) @section('plugins.Select2Bs4', true) @section('plugins.moment', true) @section('plugins.daterangepicker', true) @section('plugins.jquery-ui', true) @section('content')
Назад

{{ __('Добавить клиента') }}

{{ csrf_field() }}
@php $config = [ "startDate" => "js:moment()", "endDate" => "js:moment().add(30, 'days')", "locale" => ["format" => "DD/MM/YYYY"], ]; @endphp
@php $config = [ "placeholder" => "Выберите город(а)...", "allowClear" => true, ]; @endphp
Важно:
  1. Скрытые клиенты игнорируют любой статус кроме - Приостановлен.
  2. Скрытые клиенты только просматривают даты, они не бронируются.
  3. Для скрытых клиентов рекомендуется проставлять все города в оплаченной стране.
  4. Для скрытых клиентов рекомендуется проставлять дней на дорогу - 0.
@endsection @push('js') @endpush