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