@extends('layouts.master') @section('main-content') @section('page-css') @endsection
| {{ __('translate.Product_Name') }} | {{ __('translate.Product_Code') }} | {{ __('translate.Product_Price') }} | {{ __('translate.Quantity') }} |
|---|---|---|---|
| {{ __('translate.No_data_Available') }} | |||
| @{{product.name}} | @{{product.code}} | {{$currency}} @{{formatNumber(product.price, 2)}} | |