@extends('layouts.tabler') @section('content')

{{ __('Product Image') }}

{{ __('Product Details') }}

Name {{ $product->name }}
Slug {{ $product->slug }}
Code {{ $product->code }}
Barcode {!! $barcode !!}
Category {{ $product->category->name }}
Unit {{ $product->unit->short_code }}
Quantity {{ $product->quantity }}
Quantity Alert {{ $product->quantity_alert }}
Buying Price {{ $product->buying_price }}
Selling Price {{ $product->selling_price }}
Tax {{ $product->tax }} %
Tax Type {{ $product->tax_type->label() }}
{{ __('Notes') }} {{ $product->notes }}
@endsection