{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{!! 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-add-poi', 'files' => true]) }}
This Email Id already taken
FloorPlan Image
 }})
Map Image
 }})
Image Thumb
 }})
Image Header
 }})
 }})
 }})
 }})
 }})
Image Passport
 }})
Business Hours
Monday
Start Time
End Time
Tuesday
Start Time
End Time
Wednesday
Start Time
End Time
Thursday
Start Time
End Time
Friday
Start Time
End Time
Saturday
Start Time
End Time
Sunday
Start Time
End Time
Highway
 }})
 }})
 }})
POI Type(s)
POI Display Icons
POI Features
POI Buttons
{{ Form::submit('Save', ['class' => 'btn btn-primary', 'id' => 'submitButtonId' ,'style' => 'width:200px; margin-top:10px;']) }}
{{ Form::close() }}