Order Remarks

@foreach ($customerNotes as $note)

{{ \Carbon\Carbon::parse($note->created_at)->format('d M, Y') }}
{{ isset($note->customer_note) ? nl2br(e($note->customer_note)) : 'No remarks found.' }}

@if(!$loop->last)
@endif @endforeach {{--

--}} {{-- After you place an order an agent from our end will call you for the confirmation. Your order will be confirmed after that call. --}} {{-- Name: {{ isset($order->shipping_name) ? $order->shipping_name : '' }}
District: {{ isset($order->shipping->shippingDistrict) ? $shp_name : '' }}
City/Upazila: {{ isset($order->upazilla_name) ? $order->upazilla_name : '' }}
Address: {{ isset($order->shipping->holdings) ? $order->shipping->holdings : '' }}
{{ 'Delivery Method: ' .($order->shipping->shipping_method_id != '0' ? ( !is_null($order->shipping->shippingMethod) ? $order->shipping->shippingMethod->shipping_method_name : 'Not Available') : 'Not Available') }} --}} {{--
--}} {{-- Delivery Type: {!! ($order->shipping_type_name ? $order->shipping_type_name : 'Not Available') !!} --}} {{--

--}}