@extends('header') @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_PRODUCTS]) {!! Former::open()->addClass('warn-on-exit') !!} {{ Former::populateField('fill_products', intval($account->fill_products)) }} {{ Former::populateField('update_products', intval($account->update_products)) }}

{!! trans('texts.product_settings') !!}

{!! Former::checkbox('fill_products')->text(trans('texts.fill_products_help'))->value(1) !!} {!! Former::checkbox('update_products')->text(trans('texts.update_products_help'))->value(1) !!}   {!! Former::actions( Button::success(trans('texts.save'))->submit()->appendIcon(Icon::create('floppy-disk')) ) !!} {!! Former::close() !!}
@stop