@extends('layouts._front.dashboard') @section('content') {!! Form::open(array('url' => '/dashboard/customer/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

fldClientMobileAlerts }}>
{!! Form::label('username', 'Username',array('class'=>'lbl table-text light' )); !!} {!! Form::text('email',$client->fldClientEmail,array('id'=>'username','class'=>'text','required','readonly','style'=>'background-color: #F4EDE8;')) !!} @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::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') !!} {!! Html::script('_front/assets/js/jquery.min.js') !!} @stop