@extends('layout.app') @section('content')

Products — Fast Entry

Back
Add Product Quickly
@csrf
Press Enter to move next. Enter on Price = Save.
@php $i = 1; @endphp @foreach($products as $product) @endforeach
# Name Price Action
{{ $i++ }} {{ $product->product_name }} {{ number_format($product->price, 2, '.', '') }}
@endsection