Edit POI

{{-- START ALERT BLOCK --}} @if (Session::has('successMessage')) @endif @if (Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}} {{ Form::open(['route' => 'admin-edit-poii', 'files' => true, 'onsubmit' => 'return myFunction();']) }}

Poi Points

@if (!isset($poi_points->Passport_Points)) @else @endif
@if (!isset($poi_points->Collector_Stamp_Points)) @else @endif
@if (!isset($poi_points->Guestbook_Points)) @else @endif
@if (!isset($poi_points->Review_Points)) @else @endif
@if (!isset($poi_points->Rating_Points)) @else @endif
@if (!isset($poi_points->Arrival_Points)) @else @endif
@if (!isset($poi_points->Visited_Points)) @else @endif
@if (!isset($poi_points->selfie_Points)) @else @endif
{{ Form::submit('Save', ['class' => 'btn btn-primary', 'id' => 'submitButtonId', 'style' => 'width:200px; margin-top:10px;']) }}
{{ Form::close() }}