@extends('layouts.app') @section('content')
Edit Requisition
@if(count($errors)>0) @foreach($errors->all() as $error) {{$error}} @endforeach @endif
Add
@if(isset($metrial_items)) @php $i=1; @endphp @foreach($metrial_items as $row) @php $i++; @endphp @endforeach
Name Quantity Action
{{$row->name}} {{$row->quantity}} Remove
@endif @if(isset($product_id)) @endif
@endsection