Edit User

@include('errors.success_notify') @include('errors.error_notify')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('zip_code')) {{ $errors->first('zip_code') }} @endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
@if ($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif
@if ($errors->has('fax')) {{ $errors->first('fax') }} @endif
@if ($errors->has('license_no')) {{ $errors->first('license_no') }} @endif
@if ($errors->has('no_designers')) {{ $errors->first('no_designers') }} @endif