顧客名 |
-
@include('backend.share._parts._partner_search_part', ['partner_id'=>old('partner_id',
isset($rental_estimate->partner_id) ? $rental_estimate->partner_id : '')])
@error('partner_id')
{{ $message }}
@enderror
|
請求先 |
@include('backend.share._parts._partner_search_part', ['partner_id'=>old('bill_dest_id',
isset($rental_estimate->bill_dest_id) ? $rental_estimate->bill_dest_id : ''), 'i'=>1])
|
車台番号 |
@include('backend.share._parts._vehicle_search_part',['vehicle_id'=>old('vehicle_id',
isset($rental_estimate->vehicle_id) ? $rental_estimate->vehicle_id : ''),
'search_type'=>config('const.vehicle_search_type.partner')])
@error('vehicle_id')
{{ $message }}
@enderror
|
車両ID |
|
車名 |
|
登録番号 |
|
入力者 |
|
担当者 |
@error('charge_user_id')
{{ $message }}
@enderror
|