Edit Poi

{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
{{ Form::open(['route' => 'admin-save-poi', 'files' => true]) }}
@foreach($route_community_sub_poi as $this_sub_poi_value)
@endforeach
Add Sub Poi



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