@extends('layouts.master') @section('css') @endsection @section('title') Purchase Order Split @endsection @section('content')
{{ $order->purchase_order_code }}
{{ \Carbon\Carbon::parse($order->purchase_order_date)->format('d M Y') }}
{{ $order->creditLedger?->name }}
| Item | Quantity | Action |
|---|---|---|
| {{ $item->stockItem->name }} | {{ $item->quantity }} |
| Item | Quantity | Action |
|---|