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 --}}
{{ $getPoi->render() }}
@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->poiid }} @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->poiid], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} Rating Assign Poi Owners @endif
{{ $poi->poiid }} @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->poiid], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} Rating Assign Poi Owners @endif
No Records Found.