{{ $product->name }}
{{ $product->getCategory->name }}
@if( $product->stock_product =='0')
{{__('messages.NO')}}
@else{{__('messages.YES')}}
@endif{{ $product->sku }}
@if( $product->pricingMethod !='')
{{ $product->pricingMethod->name }}
@elseN\A
@endif
@if( $product->price !='')
{{ $product->price }}
@elseN\A
@endif
{{-- @if($product->getTax->name == 0)--}}
{{--
N/A
--}} {{-- @else--}}{{$product->getTax->name ?? 'N/A'}}
{{-- @endif--}}
@if( $product->costingMethod !='')
{{ $product->costingMethod->name }}
@elseN/A
@endif
@if( $product->cost !='')
{{ $product->cost }}
@elseN/A
@endif{{ $product->unit }}
{{ $product->preparation_time }}
{{ $product->calories }}
@foreach($product->tag as $proTag)
{{$proTag->name}}
@endforeach
@foreach($product->branches as $branches)
{{$branches->name}}
@endforeach