@Saurabh @danoki @[deleted] @bhojmandu @NikhilJain can anyone help me how to mentioned restaurants food license number on invoice of email with regular license?
thanks a lot in advance!
@Saurabh hello, its really mandatory to run online business.. so please help us on this
@danoki can you please help me on this..???
alabtechnosoft Go to resources/views/emails/invoice.blade.php
After <p><b>Payment Mode:</b> {{ $order->payment_mode }}</p> Paste <p><b>Food license:</b> {{ $order->restaurant->certificate }}</p> Result
<p><b>Payment Mode:</b> {{ $order->payment_mode }}</p>
<p><b>Food license:</b> {{ $order->restaurant->certificate }}</p>
Open the file resources/views/emails/invoice.blade.php Paste the following code where you want to place the License number <b>Certificate:</b> {{ $order->restaurant->certificate }}
<b>Certificate:</b> {{ $order->restaurant->certificate }}
danoki Thanks a lot buddy 🙂