@extends('layout',['heading'=>__('ui.inventory'),'clinic'=>$clinic]) @section('content')
{{ __('ui.inventory_control') }}
{{ __('ui.inventory_intro') }}
{{ __('ui.modal_edit_hint') }}
| {{ __('ui.item') }} | {{ __('ui.category') }} | {{ __('ui.source') }} | {{ __('ui.price') }} | {{ __('ui.quantity') }} | {{ __('ui.actions') }} |
|---|---|---|---|---|---|
| {{ $i->name }}@if($i->active_ingredient){{ $i->active_ingredient }}@endif | {{ $i->category_name ?: $i->category ?: __('ui.uncategorized') }} | {{ $i->category_scope === 'system' || $i->is_system_item ? __('ui.system_item') : __('ui.clinic_item') }} | {{ number_format($i->unit_price,2) }} {{ __('ui.currency') }} | {{ $i->quantity }} | {{ __('ui.history') }} |
| {{ __('ui.no_inventory_items') }} | |||||