@if ($component->image!='')
@endif
@if ($component->serial!='')
{{ trans('admin/hardware/form.serial') }}:
{{ $component->serial }}
@endif
@if ($component->purchase_date)
{{ trans('admin/components/general.date') }}:
{{ $component->purchase_date }}
@endif
@if ($component->purchase_cost)
{{ trans('admin/components/general.cost') }}:
{{ $snipeSettings->default_currency }}
{{ Helper::formatCurrencyOutput($component->purchase_cost) }}
@endif
@if ($component->order_number)
{{ trans('general.order_number') }}:
{{ $component->order_number }}
@endif
@if ($component->notes)
{{ trans('general.notes') }}
{!! nl2br(e($component->notes)) !!}