ID {{ $brand->id }}
Title {{ $brand->title }}
Slug {{ $brand->slug }}
Categories @foreach($brand->categories as $brandCategory) {{ $brandCategory->title }} @if (!$loop->last),@endif @endforeach
Parent Brand {{ !empty($brand->parent_brand->title) ? $brand->parent_brand->title : 'N/A' }}
Email {{ $brand->email }}
Latitude {{ $brand->latitude }}
Longitude {{ $brand->longitude }}
Image
Description {{ $brand->description }}
Is Active {{ ($brand->is_active) ? 'Yes': 'No' }}
Created At {{ $brand->created_at }}
Updated At {{ $brand->updated_at }}