ID {{ $attribute->id }}
Name {{ $attribute->name }}
Created At {{ $attribute->created_at }}
Updated At {{ $attribute->updated_at }}
Is Active {{ ($attribute->is_active == 1) ? 'Yes':'No' }}