芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/admin/productIn.blade.php
@extends('layouts.app') @section('title', 'Product In') @section('content')
Product In
@if(session('success'))
{{ session('success') }}
@endif
Invoice Number
Invoice Date
@csrf
Search Product
Quantity
Add Product
Selected Products
Sl.
Product Name
Quantity
Action
@forelse($tempProducts as $product)
{{ $loop->iteration }}
{{ $product->product_name }}
Remove
@empty
No products added yet.
@endforelse
@csrf
Store All Products
@endsection