@extends('layouts.vertical') @section('content')

{{ __('product_catalogs.feature_detail') }}

{{ __('product_catalogs.id') }}:{{ $feature->id }}
{{ __('product_catalogs.unit') }}:{{ $feature->unity_id ?? '-' }}
{{ __('product_catalogs.presentation') }}:{{ $feature->presentation->es_name ?? '-' }}
{{ __('product_catalogs.warranty') }}:{{ $feature->warranty->es_name ?? '-' }}
{{ __('product_catalogs.edit') }} {{ __('product_catalogs.back') }}
@endsection