宛名 |
@foreach(config('const.bill_output_method') as $key=>$item)
@endforeach
|
---|---|
@foreach(config('const.honorific_type') as $key => $name)
@endforeach
|
|
但し書き | |
内訳選択 |
@foreach(config('const.bill_proviso_type') as $key=>$item)
金額合計: |
請求金額合計 |
{{ isset($total_price) ? number_format($total_price) : 0 }}円 |