@extends('layouts.backend') @section('content')

Update Purchase

@csrf
id}}"> {{$data["header"]->request_reference}}


Detail Item


@foreach($data["detail"] as $key => $value) @php $no_set = $key+1; @endphp @endforeach
No SKU Product Qty
Request
Qty
Purchase
Price Total
{{$no_set}} {{ $value->sku }} {{ $value->product_name }} {{ $value->qty }} {{$value->price}} {{$value->total}}


Cancel
@endsection @section('js_after') @include('pages.purchase.function_update') @include('pages.globalFunction') @endsection