@extends('layouts.master') @section('css') @section('title') {{__('home.Showـtheـavailableـquantityـtoـtheـcustomer')}}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)# | {{__('home.productNo')}} | {{__('home.product')}} | {{__('home.quantity')}} | {{__('home.price')}} |
---|---|---|---|---|
{{ $i}} | {{ $product->Product_Code }} | {{ $product->product_name }} | {{ $product->numberofpice }} | {{ $product->sale_price }} |