Order Ready For Pickup From Merchant Dashboard to Delivery Guy:
<a href="https://api.whatsapp.com/send?phone={{ $order->accept_delivery->user->phone }}&text=Order No. {{ $order->unique_order_id }} is ready for pickup from {{ $order->restaurant->name }}" class="btn btn-sm btn-primary mt-2" style="color: #fff; border: 1px solid #ccc; float: right; border-radius: 8px">🚚 Order Ready</a>
File Name & Path:
resources/views/restaurantowner/viewOrder.blade.php Line No: 145
Merchant Dashboard:
WhatsApp Notification: