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

🔎 {{ __('Attribute Details') }}

{{ $attribute->name }}

{{ __('Category:') }} {{ $attribute->category ? $attribute->category->name : __('N/A') }}

{{ __('Parent Attribute:') }} {{ $attribute->parent ? $attribute->parent->name : __('None') }}

{{ __('Created At:') }} {{ $attribute->created_at->format('d M Y, h:i A') }}

{{ __('Updated At:') }} {{ $attribute->updated_at->format('d M Y, h:i A') }}

@endsection