見積情報

@if(isset($rental_estimate)) @endif
見積番号
見積日
@error('estimate_date') {{ $message }} @enderror

車両情報

顧客名
- @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
@if(old('addition_count')) @for ($i=0; $i @error('fee.'.$i)
{{ $message }} @enderror @endfor @php $addition_count = old('addition_count'); @endphp @elseif(isset($rental_estimate_additions)) @foreach ($rental_estimate_additions as $rental_estimate_addition) @endforeach @php $addition_count = $rental_estimate_additions->count(); @endphp @else @for ($i=0; $i<3; $i++) @php $addition_count = 3 @endphp @endfor @endif
項目名 数量 単価 金額

削除

@error('item_name.'.$i)
{{ $message }} @enderror
@error('num.'.$i)
{{ $message }} @enderror
@error('unit_fee.'.$i)
{{ $message }} @enderror

削除

削除

行追加

小計
消費税
見積合計