芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/admin/addProductOut.blade.php
@extends('layouts.app') @section('title', 'Product Out') @section('content')
Product Out
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Invoice Date
@csrf
Search Product
Quantity
Add Product
Selected Products
Sl.
Product Name
Quantity
Action
Store Out Selected Products
@endsection