@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 mdo mdo mdo mdo mdo {{-- mdo--}} @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/" )
@endif
@endsection @section('script') @endsection