{{-- 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 --}}
# | Rating | Comment | Status | |
---|---|---|---|---|
{{ ++$num }} | {{$user->rating}} | {{$user->comment}} | @if($user->status == 0) {!! html_entity_decode(link_to_route('admin-active-visit', 'Approve', [$user->visit_id], ['class' => 'btn btn-success btn-xs', 'onclick' => 'return checkInActive()', 'title' => 'Activate'])) !!} {!! html_entity_decode(link_to_route('admin-inactive-visit', 'Deny', [$user->visit_id], ['class' => 'btn btn-danger btn-xs', 'onclick' => 'return checkActive()', 'title' => 'Deactivate'])) !!} @endif | |
No Records Found. |