Compare commits
2 Commits
1e30943b38
...
dbfd55908e
| Author | SHA1 | Date | |
|---|---|---|---|
| dbfd55908e | |||
| 35ba5ccf78 |
@ -123,10 +123,7 @@
|
|||||||
<div class="company">
|
<div class="company">
|
||||||
<span style="font-size:20px; font-weight:bold;">{{ $inv_setting->t_name ?? '' }}</span><br>
|
<span style="font-size:20px; font-weight:bold;">{{ $inv_setting->t_name ?? '' }}</span><br>
|
||||||
〒{{ $inv_setting->zipcode }}<br>
|
〒{{ $inv_setting->zipcode }}<br>
|
||||||
{{ $inv_setting->adrs }}
|
{{ $inv_setting->adrs }}@if(!empty($inv_setting->bldg)){{ $inv_setting->bldg }}@endif
|
||||||
@if(!empty($inv_setting->bldg))
|
|
||||||
{{ $inv_setting->bldg }}
|
|
||||||
@endif
|
|
||||||
<br>適格事業者番号:{{ $inv_setting->t_number ?? '' }}<br>
|
<br>適格事業者番号:{{ $inv_setting->t_number ?? '' }}<br>
|
||||||
@if(!empty($inv_setting->tel_num))
|
@if(!empty($inv_setting->tel_num))
|
||||||
TEL:{{ $inv_setting->tel_num}}<br>
|
TEL:{{ $inv_setting->tel_num}}<br>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user