@extends('layouts.adminapp') @section('title') {{ __('lng.Product') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_products', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.ProductName') }} | {{ __('lng.ProductGroup') }} | {{ __('lng.ProductCode') }} | {{ __('lng.Cost') }} | {{ __('lng.Price') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|---|
{{ ++$si }} | {{ $Product->product_name }} | {{ $Product->ProductGroup->name ?? '' }} | {{ $Product->product_code }} | @currency($Product->product_cost) | @currency($Product->price) | {{ $Product->narration }} |
{{ __('lng.Showing') }} {{ $Products->count() }} {{ __('lng.Items') }}