Punto Dermatológico
@if (count($errors)>0)
@endif
-
@foreach ($errors->all() as $error)
- {{$error}} @endforeach
@if (session('status'))
{!!Form::model($geopoint,['method'=>'PATCH', 'files'=>true, 'route'=>['geopoints.update',$geopoint->id]])!!}
{{Form::token()}}
×
{{ session('status') }}
@endif
{!! Form::select('city_id', $citiesList, $geopoint->city_id, ['class'=>'custom-select d-block w-100']) !!}