問い合わせ番号 | 経路 | 受付登録日時※ |
@if((isset($params->id) && $params->id && $params->is_frontend == config('const.is_frontend.yes')))
@php
if(isset($params) &&is_object($params) && empty($params->register_hour) && empty($params->register_minute)){
$params->register_hour = Carbon::parse($params->register_date)->format('H');
$params->register_minute = Carbon::parse($params->register_date)->format('i');
}
@endphp
@else
|
受付カテゴリ |
@if((isset($params->id) && $params->id && $params->is_frontend == config('const.is_frontend.yes')))
category_id) }}"/>
@else
|
受付担当※ | @error('reception_charge_user') {{ $message }} @enderror | 対応 |
|
||
---|---|---|---|---|---|---|---|---|---|---|---|
対応内容等 |
管理番号 | @include('backend.share._parts._vehicle_rental_search', ['i' => '_question', 'vehicle_id'=>old('target_id', isset($params->target_id) ? $params->target_id : ''), 'is_question'=>1 ]) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
タイトル | @error('question_title') {{ $message }} @enderror | 車種 |
@if((isset($params->id) && $params->id && $params->is_frontend == config('const.is_frontend.yes')))
shape_name) }}"/>
@else
|
レンタル期間-出発 |
@php
$c_start = Carbon::now()->format("H") > config('const.rental_contract_hour_limit') ? Carbon::now()->addDay() : Carbon::now();
$com_s_date = old('loan_date', isset($params->loan_date) ? $params->loan_date : '') ? old('loan_date', isset($params->loan_date) ? $params->loan_date : '') : $c_start->format("Y-m-d");
$com_e_date = old('return_date', isset($params->return_date) ? $params->return_date : '') ? old('return_date', isset($params->return_date) ? $params->return_date : '') : $c_start->format("Y-m-d");
@endphp
日時
|
レンタル期間-返却 |
日時
|
||||
個人/法人※ |
@foreach(config('const.contact_client_type') as $key => $value)
client_type) ? $params->client_type : '' ) == $key ? 'checked' : '' }}>
@endforeach
@error('client_type')
{{ $message }}
@enderror
|
(法人の場合)会社名※ | @include('backend.share._parts._partner_search_part', ['partner_id'=>old('partner_id', isset($params->partner_id) ? $params->partner_id : '')]) @error('company') {{ $message }} @enderror | お名前 | @error('name') {{ $message }} @enderror | お名前(カナ) | @error('name_kana') {{ $message }} @enderror | メールアドレス | @error('email') {{ $message }} @enderror | 電話番号 | - - @error('tel1') {{ $message }} @enderror @error('tel2') {{ $message }} @enderror @error('tel3') {{ $message }} @enderror |
問い合わせ内容 |