@if($is_reissue) 再発行 @endif
No. {{ $inv->seq ?? '' }}
発行日: {{ !empty($inv->published_at) ? \Carbon\Carbon::parse($inv->published_at)->format('Y年m月d日') : '' }}
領収書
ID: {{ $contract->contract_id ?? '' }}
{{ $inv->inv_name ?? '' }}
契約駐輪場名 {{ $contract->park_name ?? '' }}
小計(10%対象) {{ isset($contract->contract_money) ? number_format(floor($contract->contract_money / 1.1)) : '' }} 円
消費税額(10%) {{ isset($contract->contract_money) ? number_format($contract->contract_money - floor($contract->contract_money / 1.1)) : '' }} 円
合計 {{ number_format($contract->contract_money ?? 0) }} 円
但し、駐輪場利用料( {{ !empty($contract->contract_periods) ? \Carbon\Carbon::parse($contract->contract_periods)->format('Y年m月d日') : '' }} ~ {{ !empty($contract->contract_periode) ? \Carbon\Carbon::parse($contract->contract_periode)->format('Y年m月d日') : '' }} )として
{{ !empty($contract->contract_payment_day) ? \Carbon\Carbon::parse($contract->contract_payment_day)->format('Y年m月d日') : '' }}に上記金額を正に領収いたしました。
@php $stamp_file = null; if (!empty($inv_setting->company_image_path)) { // company_image_path: storage/app/public/xxx.png → other-storage/xxx.png $stamp_file = str_replace('storage/app/public/', 'other-storage/', $inv_setting->company_image_path); } @endphp @if($stamp_file) @endif
{{ $inv_setting->t_name ?? '' }}
〒{{ $inv_setting->zipcode }}
{{ $inv_setting->adrs }}@if(!empty($inv_setting->bldg)){{ $inv_setting->bldg }}@endif
適格事業者番号:{{ $inv_setting->t_number ?? '' }}
@if(!empty($inv_setting->tel_num)) TEL:{{ $inv_setting->tel_num}}
@endif @if(!empty($inv_setting->fax_num)) FAX:{{ $inv_setting->fax_num}}
@endif