@extends('layouts.master') @section('css') @endsection @section('title') {{ __('report.stockquantity') }} @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)| # | {{ __('home.productNo') }} | {{ __('home.productname') }} | {{ __('home.productlocation') }} | {{ __('home.saleprice') }} | {{ __('home.stock') }} | {{ __('home.totalwithTax') }} |
|---|---|---|---|---|---|---|
| {{ $products->firstItem() + $index }} | {{ $product->Product_Code }} | {{ $product->product_name }} | {{ $product->Product_Location ?: '-' }} | {{ number_format($product->purchasingـprice, 2) }} | {{ $product->numberofpice }} | {{ number_format($product->purchasingـprice * $product->numberofpice, 2) }} |
| {{ __('home.nodata') ?? 'لا توجد بيانات مطابقة لبحثك' }} | ||||||