@extends('layouts.syndron.app') @section('content')

{{ __('Brand Details') }}

{{ __('Name') }}: {{ $brand->name }}

{{ __('Slug') }}: {{ $brand->slug }}

{{ __('Description') }}: {{ $brand->description }}

@if($brand->logo)

{{ __('Logo') }}:

@endif
@endsection