Add Poi
{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{{ Form::submit('Add', ['class' => 'btn btn-primary','style' => 'width:200px; margin-top:100px;']) }}
{{ Form::close() }}
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
{{ Form::open(['route' => 'admin-addsave-poi', 'files' => true]) }}
Add Sub Poi