@extends('layouts._front.dashboard_manager') @section('content') {!! Form::open(array('url' => '/dashboard/sales/settings', 'method' => 'post', 'class' => '','id'=>'profile_edit_form')) !!}
{!! Form::button(' Save ',array('class'=>'uk-button uk-form-help-inline text-uppercase uk-text-bold uk-button-primary ','type'=>'submit','name'=>'submit'))!!}
@if (Session::has('success'))
{!!Session::get('success')!!}
@endif

Settings

fldManagerMobileAlerts }}>
{!! Form::label('email', 'Username',array('class'=>'lbl table-text light' )); !!} {!! Form::text('email',$manager->fldManagerEmail,array('id'=>'email','class'=>'text')) !!} @if($errors->settings->first('email'))
{!!$errors->settings->first('email')!!}
@endif
{!! Form::label('password', 'Password',array('class'=>'lbl table-text light' )); !!} {!! Form::password('password',array('id'=>'password','class'=>'text')) !!}
at least 8 char an uppercase a number special char
@if($errors->settings->first('password'))
{!!$errors->settings->first('password')!!}
@endif
{!! Form::label('promo_code', 'Promo Code',array('class'=>'lbl table-text light' )); !!} {!! Form::text('promo_code',$manager->fldManagerPromoCode,array('id'=>'promo_code','class'=>'text','disabled'=>'disabled')) !!}
{!! Form::button(' Save ',array('class'=>'uk-button uk-form-help-inline text-uppercase uk-text-bold uk-button-primary ','type'=>'submit','name'=>'submit'))!!}
{!! Form::close() !!} @stop @section('headercodes') {!! Html::style('_front/plugins/password/strength.css') !!} @stop @section('extracodes') {{-- */ /* */ /* --}} {!! Html::script('_front/plugins/password/strength.js') !!} @stop