@php $inventory_translation = $inventory->translations->where('language_id',getLocaleId())->first(); $inventory_product_translation = $inventory->product->translations->where('language_id',getLocaleId())->first(); @endphp