@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)
خطا
@endif
{{ csrf_field() }}

{{__('home.searchbyclientname')}}

{{__('home.searchbyclientNo')}}

{{-- 3 --}}
@if (isset($data['allproduct']))

{{__('home.searchaboutproduct')}}

@foreach ($data['allproduct'] as $product) @endforeach
# {{__('home.productNo')}} {{__('home.product')}} {{__('home.quantity')}} {{__('home.price')}}
{{ $i}} {{ $product->Product_Code }} {{ $product->product_name }} {{ $product->numberofpice }} {{ $product->sale_price }}

@endsection @section('js') @endsection