Add POI

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

Poi Points

{{ Form::submit('Save', ['class' => 'btn btn-primary', 'id' => 'submitButtonId' ,'style' => 'width:200px; margin-top:10px;']) }}
{{ Form::close() }}