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

fldShopOwnerMobileAlerts }}>
{!! Form::label('email', 'Username',array('class'=>'lbl table-text light' )); !!} {!! Form::text('email',$shopOwner->fldShopOwnerEmail,array('id'=>'username','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',$shopOwner->fldShopOwnerPromoCode,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