見積番号 | {{ $estimate_no }} | ||
---|---|---|---|
見積日 |
![]() |
||
見積先顧客名 | @else見積先 | @endif@if (isset($partners['id'])) @else @include('backend.share._parts._partner_search_part', ['partner_id'=>isset($params->partner_id) ? old('partner_id', $params->partner_id) : old('partner_id')]) @if ($department == "truck") {{ $message }} @enderror | @else @if ($department == "parts") @else @if ($department == "lease") @else @endif @endif @endif @endif @error('partner_id')|
リース先 | @include('backend.share._parts._partner_search_part2', ['partner2_id'=>isset($params->partner2_id) ? old('partner2_id', $params->partner2_id) : old('partner2_id')]) | @else {{--車台番号 | @error('chassis_no') {{ $message }} @enderror | --}} @endif @endif
項目 | 数量 | 単価 | 金額 | 消費税 | 備考 | @php $addition = old('addition', (isset($addition) && is_array($addition) && count($addition)) ? $addition : null); @endphp @if (is_null($addition)) @include('backend.share.estimate._addition', ['index'=>0, 'range'=>4]) @else @foreach ($addition as $content_count=>$item) @include('backend.share.estimate._addition', ['index'=>$content_count, 'range'=>0]) @endforeach @endif|
---|---|---|---|---|---|---|
小計 | ||||||
消費税 | ||||||
車両代合計 |
品名 | 税別 | 消費税 | 合計 |
---|---|---|---|
@php
$title_field = 'fee_title'.sprintf('%02d', $index);
$fee_field = 'fee'.sprintf('%02d', $index);
$consumption_fee_field = 'consumption_fee'.sprintf('%02d', $index);
$const_arr = $department == 'truck' ? 'fee_title_truck_bill' : 'fee_title_bill';
@endphp
@error('fee_title'.sprintf('%02d', $index))
{{ $message }}
@enderror
|
@error('fee'.sprintf('%02d', $index)) {{ $message }} @enderror | @error('consumption_fee'.sprintf('%02d', $index)) {{ $message }} @enderror | |
車両代合計 | |||
付帯費用 | |||
合計 |
付帯費用 | |||
---|---|---|---|
@php
$title_field = 'fee_title'.sprintf('%02d', $index);
$fee_field = 'fee'.sprintf('%02d', $index);
$const_arr = $department == 'truck' ? 'fee_title_truck' : 'fee_title';
@endphp
@error('fee_title'.sprintf('%02d', $index))
{{ $message }}
@enderror
|
@error('fee'.sprintf('%02d', $index)) {{ $message }} @enderror | @if($index % 2 == 0)||
課税 | |||
非課税 | |||
付帯費用{{ $department == 'truck' ? '合計' : '' }} | |||
{{ $department == 'truck' ? '合計金額' : '見積合計' }} |