Compare commits
No commits in common. "dbfd55908e78ca9d57e7541e789890ee4be52807" and "1e30943b38448c98fd95eb2e5e32b9ea357ecd8a" have entirely different histories.
dbfd55908e
...
1e30943b38
@ -123,7 +123,10 @@
|
|||||||
<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 }}@if(!empty($inv_setting->bldg)){{ $inv_setting->bldg }}@endif
|
{{ $inv_setting->adrs }}
|
||||||
|
@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