{!! $brand['id'] !!}
{!! $brand['name'] !!}
{!! $brand['description'] !!}
{!! $brand['slug'] !!}
{!! $brand['status'] !!}
{!! $brand['user_id'] !!}
{!! $brand['user_type'] !!}
{!! $brand['upload_folder'] !!}
{!! $brand['deleted_at'] !!}
{!! $brand['created_at'] !!}
{!! $brand['updated_at'] !!}
{!! Form::text('name')
-> label(trans('car::brand.label.name'))
-> required()
-> placeholder(trans('car::brand.placeholder.name'))!!}
{!! Form::text('description')
-> label(trans('car::brand.label.description'))
-> required()
-> placeholder(trans('car::brand.placeholder.description'))!!}