@extends('layouts.master') @section('main-content') @section('page-css') @endsection
@{{ errors[0] }}
{{ __('translate.Products') }}
  • @{{getResultValue(product_fil)}}
{{ __('translate.Product_Name') }} {{ __('translate.Product_Code') }} {{ __('translate.Product_Price') }} {{ __('translate.Quantity') }}
{{ __('translate.No_data_Available') }}
@{{product.name}} @{{product.code}} {{$currency}} @{{formatNumber(product.price, 2)}}
@{{ errors[0] }}
@endsection @section('page-js') @endsection