File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
<table class =" mb-6 w-full" >
76
76
<tbody >
77
77
<tr >
78
- <td class =" p-0 align-top" width =" 50 %" >
78
+ <td class =" p-0 align-top" width =" 33 %" >
79
79
@php
80
80
$name = $invoice -> seller -> name ;
81
81
$street = $invoice -> seller -> address -> street ;
138
138
</p >
139
139
@endforeach
140
140
</td >
141
- <td class =" p-0 align-top" width =" 50 %" >
141
+ <td class =" p-0 align-top" width =" 33 %" >
142
142
@php
143
143
$name = $invoice -> buyer -> name ;
144
144
$street = $invoice -> buyer -> address ?-> street ;
203
203
</td >
204
204
205
205
@if ($invoice -> buyer -> shipping_address )
206
- <td class =" p-0 align-top" width =" 50 %" >
206
+ <td class =" p-0 align-top" width =" 33 %" >
207
207
@php
208
208
$name = $invoice -> buyer -> shipping_address -> name ;
209
209
$street = $invoice -> buyer -> shipping_address -> street ;
You can’t perform that action at this time.
0 commit comments