arrow_back Go back to the list @if (loading()) {
} @else if (error()) {

{{ error() }}

} @else if (product(); as product) {

{{ product.brand }} {{ product.model }}

}