@extends('layouts.market') @section('content')
Date: {{ $order->created_at }}
Customer Name: {{ $order->name.' - '.$order->phone_number.' - '.$order->district }}
{{$order->order_status}}
@php $admin_message = null @endphp @foreach ($order->orderDetails as $detail) @php $admin_message .= $detail->product->name." ".$detail->quantity." ".$detail->product->unit.$detail->product->unit_of_measure." at ".$detail->unit_price." UGX,{!! $admin_message !!}
Total: {{ number_format($order->total()) }} UGX