Modificar Asesor

@if ($errors->has('ci')) {{ $errors->first('ci') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('primary_lastname')) {{ $errors->first('primary_lastname') }} @endif

Modificar Comunidad

@if ($errors->has('comunidad')) {{ $errors->first('comunidad') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('sector')) {{ $errors->first('sector') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
{{ Form::select('province', $municipio, null, ['class'=>'form-control','id'=>'province']) }} @if ($errors->has('province')) {{ $errors->first('province') }} @endif
{{ Form::select('locality', $parroquia, null, ['class'=>'form-control','id'=>'locality']) }} @if ($errors->has('locality')) {{ $errors->first('locality') }} @endif
@if ($errors->has('lugar_prestadores')) {{ $errors->first('lugar_prestadores') }} @endif
@if ($errors->has('direccion_lugar')) {{ $errors->first('direccion_lugar') }} @endif
@section('scripts') @endsection