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 7575 <table class =" mb-6 w-full" >
7676 <tbody >
7777 <tr >
78- <td class =" p-0 align-top" width =" 50 %" >
78+ <td class =" p-0 align-top" width =" 33 %" >
7979 @php
8080 $name = $invoice -> seller -> name ;
8181 $street = $invoice -> seller -> address -> street ;
138138 </p >
139139 @endforeach
140140 </td >
141- <td class =" p-0 align-top" width =" 50 %" >
141+ <td class =" p-0 align-top" width =" 33 %" >
142142 @php
143143 $name = $invoice -> buyer -> name ;
144144 $street = $invoice -> buyer -> address ?-> street ;
203203 </td >
204204
205205 @if ($invoice -> buyer -> shipping_address )
206- <td class =" p-0 align-top" width =" 50 %" >
206+ <td class =" p-0 align-top" width =" 33 %" >
207207 @php
208208 $name = $invoice -> buyer -> shipping_address -> name ;
209209 $street = $invoice -> buyer -> shipping_address -> street ;
You can’t perform that action at this time.
0 commit comments