@php $order = App\Models\Order::where('id',$order_id)->with('orderdetails','payment','shipping','customer')->first(); @endphp

Your Order Number: #{{$order->invoice_id}}



Hi Dear {{$order->shipping?$order->shipping->name:''}}
Thanks — we've successfully delivered your order ID #{{$order->invoice_id}}. Please follow these notes about your order.
{!! $order->admin_note !!}
*If you need any queries please send us a message with your order ID on our WhatsApp

@copyright {{date('Y')}} Giftshopbd