Finalize invoice creation and handling addresses.
This commit is contained in:
@@ -35,9 +35,11 @@
|
||||
<div>
|
||||
<x-php-card :address="$invoice->address"/>
|
||||
</div>
|
||||
<div>
|
||||
<x-php-card :address="$invoice->delivery"/>
|
||||
</div>
|
||||
@if($invoice->delivery)
|
||||
<div>
|
||||
<x-php-card :address="$invoice->delivery"/>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user