Nuevo Punto Dermatológico
@if (count($errors)>0)
@endif
{!!Form::open( array('url'=>route('geopoints.store'),'method'=>'POST','autocomplete'=>'off', 'files'=>true) )!!}
{{Form::token()}}
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
{!! Form::select('city_id', $citiesList, '', ['class'=>'custom-select d-block w-100']) !!}