@extends('layouts.mop_master') @section('css') @endsection @section('title') Order @endsection @section('content')
{{ $order->order_code }}
{{ \Carbon\Carbon::parse($order->order_date)->format('d M Y') }}
{{ $order->debitLedger?->name }}
| Item | Quantity | Action |
|---|---|---|
| {{ $item->stockItem->name }} | {{ $item->quantity }} |
| Item | Quantity | Action |
|---|