Thông báo đơn hàng mới,

Thông tin đơn hàng:

  • Tên người mua: {{ $order->fullname }}
  • Số điện thoại: {{ $order->phone }}
  • Tên sản phẩm: {{ $product->title }}
  • Số lượng: {{ $product->quanlity }}
  • Thành tiền: {{\App\Http\Controllers\ProductController::product_price($product->quanlity * $product->price)}}

Best regards,

Giaobianhanh