{!! $brand['id'] !!}
{!! $brand['name'] !!}
{!! $brand['image'] !!}
{!! $brand['slug'] !!}
{!! $brand['status'] !!}
{!! $brand['upload_folder'] !!}
{!! $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::select('status')
-> options(trans('product::brand.options.status'))
-> label(trans('product::brand.label.status'))
-> placeholder(trans('product::brand.placeholder.status'))!!}