Manage Poi
user_type == '3') style="display:none;"@endif>
{{ Form::open( array('url' => action('PoiController@searchPoi'), 'method'=>'post', 'id' => 'searchForm') ) }}
{{-- START ALERT BLOCK --}}
@if(Session::has('successMessage'))
{{ Form::submit('Search', ['id' => 'searchBtn', 'class' => 'btn btn-primary']) }}
{{ 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 --}}
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. |