Nuevo Punto Dermatológico

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