Brand Name
{{!empty($brandObject) ? $brandObject->title :''}}
@if(!empty($brand->country))
Country
{{$brand->country->name}}
@endif
@if(!empty($brand->registration_number))
Reg. No.
{{!empty($brand) ? $brand->registration_number :''}}
@endif
@if(!empty($brand->web_registration))
@endif
@if(!empty($brand->product_website))
@php
$productOrService = ($brand->type == \App\Models\AddNewBrand::IS_PRODUCT) ? "Product" : "Service";
@endphp
{{$productOrService}} Website
@endif