@extends('tenant.layouts.supervisor')
@section('title', 'Performance Dashboard')
@section('filter')
@php
$xv = "style=display:none;";
$xn = "style=display:none;";
$xd = "style=display:none;";
$xs = "style=display:none;";
$xo = "style=display:none;";
$cb = "style=display:none;";
@endphp
@if(auth()->user()->can(['non-voice-dashboard']))
@php $xv = '' @endphp
@elseif(auth()->user()->can(['voice-dashboard']))
@php $xn = '' @endphp
@elseif(auth()->user()->can(['ticket-dashboard']))
@php $xd = '' @endphp
@elseif(auth()->user()->can(['survey-dashboard']))
@php $xo = '' @endphp
@else
@php $xs = '' @endphp
@endif
{{--
--}}
@endsection
@section('style')
@endsection
@section('content')