@csrf
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
Sell No
*
@if ($errors->has('sell_no'))
{{ $errors->first('sell_no') }}
@endif
Sell Note
@if ($errors->has('sell_note'))
{{ $errors->first('sell_note') }}
@endif
Product Name
*
Quantity
*
Price
*
Total
Action
Select One
@foreach ($products as $product)
{{ $product->name }}
@endforeach
DELETE
ADD NEW
SAVE