@extends('tenant.layouts.supervisor')
@section('title', 'Dashboard ')
@section('filter')
@php
$xv = "style=display:none;";
$xn = "style=display:none;";
$xd = "style=display:none;";
$xs = "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
@else
@php $xs = '' @endphp
@endif
@endsection
@section('style')
@endsection
@section('content')
@if(\Request::url() == "https://anoosh.extensyaidesk-sa.com/supervisor/dashboard" || \Request::url() == "https://anoosh.extensyaidesk-sa.com/supervisor" || \Request::url() == "https://anoosh.extensyaidesk-sa.com/supervisor/" )