@include('product::public.brand.partial.header')
@include('product::public.brand.partial.aside')
{{$brand->title}}

{!! $brand['id'] !!}

{!! $brand['name'] !!}

{!! $brand['description'] !!}

{!! $brand['image'] !!}

{!! $brand['status'] !!}

{!! $brand['slug'] !!}

{!! $brand['user_id'] !!}

{!! $brand['user_type'] !!}

{!! $brand['created_at'] !!}

{!! $brand['updated_at'] !!}

{!! $brand['deleted_at'] !!}
{!! Form::text('name') -> label(trans('product::brand.label.name')) -> placeholder(trans('product::brand.placeholder.name'))!!}
{!! Form::text('description') -> label(trans('product::brand.label.description')) -> placeholder(trans('product::brand.placeholder.description'))!!}
{!! Form::text('image') -> label(trans('product::brand.label.image')) -> placeholder(trans('product::brand.placeholder.image'))!!}