芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/admin/editProductout.blade.php
@extends('layouts.app') @section('title', 'Edit Product Out') @section('content')
Edit Invoice
@csrf
Selected Products
Product Name
Quantity
Action
@foreach($tempProducts as $product)
{{ $product->product->product_name }}
Remove
@endforeach
Update Invoice
Cancel
@endsection