Punto Dermatológico

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