@extends('layouts.mop_master') @section('css') @endsection @section('title') Order @endsection @section('content')

ORDER DETAILS

Go Back
ORDER CODE

{{ $order->order_code }}

ORDER DATE

{{ \Carbon\Carbon::parse($order->order_date)->format('d M Y') }}

Customer

{{ $order->debitLedger?->name }}

Existing Order

@foreach ($order->items as $item) @endforeach
Item Quantity Action
{{ $item->stockItem->name }} {{ $item->quantity }}

New Order

Item Quantity Action
@endsection @section('script') @endsection