{!! $brands['id'] !!}
{!! $brands['name'] !!}
{!! $brands['title_h1'] !!}
{!! $brands['title_h2'] !!}
{!! $brands['search_for'] !!}
{!! $brands['alias'] !!}
{!! $brands['page_title'] !!}
{!! $brands['alt_text'] !!}
{!! $brands['description'] !!}
{!! $brands['embed_code'] !!}
{!! $brands['meta_title_brand'] !!}
{!! $brands['meta_keywords_brand'] !!}
{!! $brands['meta_description_brand'] !!}
{!! $brands['discount_carton'] !!}
{!! $brands['brand_discount'] !!}
{!! $brands['discount_type'] !!}
{!! $brands['expiry_date'] !!}
{!! $brands['delivery_surcharge'] !!}
{!! $brands['surcharge_value'] !!}
{!! $brands['surcharge_minprod'] !!}
{!! Form::text('name')
-> label(trans('brand::brands.label.name'))
-> placeholder(trans('brand::brands.placeholder.name'))!!}
{!! Form::text('title_h1')
-> label(trans('brand::brands.label.title_h1'))
-> placeholder(trans('brand::brands.placeholder.title_h1'))!!}
{!! Form::text('title_h2')
-> label(trans('brand::brands.label.title_h2'))
-> placeholder(trans('brand::brands.placeholder.title_h2'))!!}
{!! Form::text('search_for')
-> label(trans('brand::brands.label.search_for'))
-> placeholder(trans('brand::brands.placeholder.search_for'))!!}
{!! Form::text('alias')
-> label(trans('brand::brands.label.alias'))
-> placeholder(trans('brand::brands.placeholder.alias'))!!}
{!! Form::text('page_title')
-> label(trans('brand::brands.label.page_title'))
-> placeholder(trans('brand::brands.placeholder.page_title'))!!}
{!! Form::text('alt_text')
-> label(trans('brand::brands.label.alt_text'))
-> placeholder(trans('brand::brands.placeholder.alt_text'))!!}
{!! Form::text('description')
-> label(trans('brand::brands.label.description'))
-> placeholder(trans('brand::brands.placeholder.description'))!!}
{!! Form::text('embed_code')
-> label(trans('brand::brands.label.embed_code'))
-> placeholder(trans('brand::brands.placeholder.embed_code'))!!}
{!! Form::text('meta_title_brand')
-> label(trans('brand::brands.label.meta_title_brand'))
-> placeholder(trans('brand::brands.placeholder.meta_title_brand'))!!}
{!! Form::text('meta_keywords_brand')
-> label(trans('brand::brands.label.meta_keywords_brand'))
-> placeholder(trans('brand::brands.placeholder.meta_keywords_brand'))!!}
{!! Form::text('meta_description_brand')
-> label(trans('brand::brands.label.meta_description_brand'))
-> placeholder(trans('brand::brands.placeholder.meta_description_brand'))!!}
{!! Form::decimal('discount_carton')
-> label(trans('brand::brands.label.discount_carton'))
-> placeholder(trans('brand::brands.placeholder.discount_carton'))!!}
{!! Form::inline_radios('brand_discount')
-> radios(trans('brand::brands.options.brand_discount'))
-> label(trans('brand::brands.label.brand_discount'))!!}
{!! Form::text('discount_type')
-> label(trans('brand::brands.label.discount_type'))
-> placeholder(trans('brand::brands.placeholder.discount_type'))!!}
{!! Form::inline_radios('delivery_surcharge')
-> radios(trans('brand::brands.options.delivery_surcharge'))
-> label(trans('brand::brands.label.delivery_surcharge'))!!}
{!! Form::decimal('surcharge_value')
-> label(trans('brand::brands.label.surcharge_value'))
-> placeholder(trans('brand::brands.placeholder.surcharge_value'))!!}
{!! Form::numeric('surcharge_minprod')
-> label(trans('brand::brands.label.surcharge_minprod'))
-> placeholder(trans('brand::brands.placeholder.surcharge_minprod'))!!}