Manage Poi

user_type == '3') style="display:none;"@endif> {{ Form::open( array('url' => action('PoiController@searchPoi'), 'method'=>'post', 'id' => 'searchForm') ) }}
{{ Form::submit('Search', ['id' => 'searchBtn', 'class' => 'btn btn-primary']) }}
{{ Form::close() }}
{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
@forelse($getPoi as $poi) @if(Auth::user()->user_type == '3') @if(Auth::user()->id == $poi->poi_owner_id) @endif @else @endif @empty @endforelse
UID. POI Name Long Community State Active
{{ $poi->id }} @if($poi->poi_internal_name != '') {{ $poi->poi_internal_name}} @else {{ $poi->poi_name_long}} @endif {{ $poi->community_name }} {{ $poi->state_name }} @if(Auth::user()->user_type != '3') {!! html_entity_decode(link_to_route('admin-del-poi', '', [$poi->id], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} @if($poi->status == 1) {!! html_entity_decode(link_to_route('admin-active-poi', '', [$poi->id], [ 'onclick' => 'return checkInActive()', 'title' => 'Activate'])) !!} @elseif($poi->status == 0) {!! html_entity_decode(link_to_route('admin-inactive-poi', '', [$poi->id], [ 'onclick' => 'return checkActive()', 'title' => 'Deactivate'])) !!} @endif Rating Assign Poi Owners @endif
{{ $poi->id }} @if($poi->poi_internal_name != '') {{ $poi->poi_internal_name}} @else {{ $poi->poi_name_long}} @endif {{ $poi->community_name }} {{ $poi->state_name }} @if(Auth::user()->user_type != '3') {!! html_entity_decode(link_to_route('admin-del-poi', '', [$poi->id], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} @if($poi->status == 1) {!! html_entity_decode(link_to_route('admin-active-poi', '', [$poi->id], [ 'onclick' => 'return checkInActive()', 'title' => 'Activate'])) !!} @elseif($poi->status == 0) {!! html_entity_decode(link_to_route('admin-inactive-poi', '', [$poi->id], [ 'onclick' => 'return checkActive()', 'title' => 'Deactivate'])) !!} @endif Rating Assign Poi Owners @endif
No Records Found.