@extends('admin.layouts.app') @section('title', 'dashboard') @section('content')

Welcome !

{{-- @if(in_array(array(1,2,3),Auth::user()->role) --}}
{{--
Open

{{$issuecount[0]->}}

--}} @if(Auth::user()->role==1) @endif
{{-- @endif --}}

Support Status

{{--

Avg. Resolution Time by Issue Type

--}}

Ticket By Issue Category

@if(Auth::user()->role==4)

Region wise Tickets

@endif
@endsection