@extends('backend.layout.main') @section('content')
@can('products-add') {{__('db.add_product')}} @endcan @can('products-import') {{__('db.import_product')}} @endcan @can('products-edit') @if(in_array('ecommerce',explode(',',$general_setting->modules)) ) {{__('db.All Product In Stock')}} {{__('db.Show All Product Online')}} @endif @endcan
@if($role_id <= 2) @endif @foreach($custom_fields as $fieldName) @endforeach
{{__('db.product')}} {{__('db.Code')}} {{__('db.Brand')}} {{__('db.category')}} {{__('db.Quantity')}} {{__('db.Unit')}} {{__('db.Price')}}{{__('db.Cost')}} {{__('db.Stock Worth') . '(' . __('db.Price') . '/' . __('db.Cost') . ')'}}{{$fieldName}}{{__('db.action')}}
@endsection @push('scripts')