@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() }} {{ method_field('PUT') }} {{ csrf_field() }}
@foreach($clientDatesStrings as $clientDatesString)
@endforeach
@php $config = [ "startDate" => "js:moment()", "endDate" => "js:moment().add(30, 'days')", "locale" => ["format" => "DD/MM/YYYY"], ]; @endphp
@php $config = [ "placeholder" => "Выберите город(а)...", "allowClear" => true, ]; @endphp
{!! $item->comments !!}
Важно:
  1. Скрытые клиенты игнорируют любой статус кроме - Приостановлен.
  2. Скрытые клиенты только просматривают даты, они не бронируются.
  3. Для скрытых клиентов рекомендуется проставлять все города в оплаченной стране.
  4. Для скрытых клиентов рекомендуется проставлять дней на дорогу - 0.
Id Адреса {!! $item->ais_office_id !!}
Id Клиента {!! $item->ais_client_id !!}
Дата {!! $item->reservation_date !!}
Время успешной записи {!! !empty($item->time_reservation) ? date('d/m/Y H:i:s', $item->time_reservation) : '-' !!}
{!! $item->last_log !!}
@foreach ($historyService->getHistoryItems() as $historyItem) @endforeach
@endsection @push('js') @endpush