@include('includes.partials.error', ['field' => 'shop_id'])
@include('includes.partials.error', ['field' => 'delivery_date'])

Products


@php($order_products = isset($order) && $order->products->count() ? $order->products : [])