@extends('layouts.app') @section('content')
{{ $product->name }}
Company: {{ $product->company }}
Category: @foreach ((is_array($product->categories) ? $product->categories : json_decode($product->categories, true) ?? []) as $category) {{ $category }} @endforeach
Salt: {{ $product->salt }}
Unit Type: {{ $product->unit_type }}
Stock: {{ $product->quantity }} left
Retail: {{ $product->retail_price }}
Doctor: {{ $product->doctor_price }}
Local: {{ $product->local_price }}
Purchase: {{ $product->purchase_price }}