@lang('brand.ShowBrand')

{{ $brand->name_ar }}

{{ $brand->name_en }}

{{ $brand->description_ar == null ? __('brand.none') : $brand->description_ar}}

{{ $brand->description_en == null ? __('brand.none') : $brand->description_en}}

{{ $brand->is_active ? __('brand.yes') : __('brand.no') }}

@if ($brand->logo_path)
Brand Image
@else

@lang('brand.none')

@endif