@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')

{{ $viewItem->category->name }}


{{ $viewItem->itemMaster->name }}


{{ $viewItem->description }}



{{ number_format($viewItem->cost) }}


{{ $viewItem->serial_number }}


{{ $viewItem->quantity }}



{{ $viewItem->unit->name }}


{{ __('items.'.$viewItem->item_status) }}


{{ __('items.consumable_'.$viewItem->is_consumable) }}


@php $translatedKey = $viewItem->purchase_type === 'fees9' ? 'fees_9' : $viewItem->purchase_type; @endphp

{{ __('items.' . $translatedKey) }}


{{ @$viewItem->fees9->description }}


{{ $viewItem->remarks }}

@endsection