{{-- {!! Form::label('product_image_file', trans('product.product_image'), ['class' => 'control-label']) !!}--}}
@if(isset($product->product_image)) avatar @endif
: {{ $product->product_name }}
: {{ is_null($product->category)?"-":$product->category->name }}
: {{ $product->product_type }}
{{ $product->status }}
{{ $product->quantity_on_hand }}
{{ $product->quantity_available }}
{{ $product->sale_price }}
{{ $product->description }}
@if (@$action == 'show') {{trans('table.back')}} @else {{trans('table.back')}} @endif