@extends('admin.master2') @if(Auth::user()->can('See Adjudicator Dashboard')) @section('main')

Your Stats

Awaiting Decision

Cases in Reveiw

Review Cases Returned

Unanswered Message

Overdue

Updates

{{--
--}}{{--

--}}{{--
--}}

Policies

Sample Determinations

{{--

Templates

--}}

IT Support Ticket

Please click the below link to lodge a IT support ticket

Lodge Ticket

Get advice

@if(! Auth::user()->hasRole('CEO'))
Subject is required.
Description is required.
@endif
@endsection @section('script') @endsection @elseif(Auth::user()->can('See Admin Dashboard')) @section('main')

Your Stats

Comms ADR

... IA Cases

... Live Cases

Consumer Arbitration

... IA Cases

... Live Cases

Data Arbitration

... IA Cases

... Live Cases

Retail ADR

... IA Cases

... Live Cases

Utilities ADR

... IA Cases

... Live Cases

Updates

{{--
--}}{{--

--}}{{--
--}}

Adjudicators / Arbitrators on holiday next 90 days

{{--
--}}{{--

--}}{{--
--}}

IT Support Ticket

Please click the below link to lodge a IT support ticket

Lodge Ticket
@endsection @section('script') @endsection @else @section('main')

Dashboard

Welcome to CDRL portal
@endsection @section('script') @endsection @endif