@extends('admin.layout.master') @section('title',strtoupper($type).' MANAGEMENT') @section('custom_style') @endsection @section ('content')

{{strtoupper($type)}} EDIT

{{strtoupper($type)}} EDIT
@csrf
@if($content->supplier)
@endif
@if($type=='requisition') @elseif($type=='quotation') @else @endif @if($type!='requisition') @endif @php $i=0; @endphp @if($content) @forelse ($content->details as $p=>$item) {{-- --}} @if($type=='requisition') @elseif($type=='quotation') @else @endif @if($type!=='requisition') @endif @php $i++; @endphp @empty @endforelse @endif @if($type!='requisition') @endif
# PRODUCT NOTEQtyReq. QTYQuot. QTYQTY Price Subtotal
{{ ($i+1) }}
{{$item->product->name_eng}}
{{$item->quantity}}
Total
Discount (%) Discount (Amount)
Net Amount
@include('inventory.prepurchase.po.install_modal') @endsection @section('script') @stop