@extends('layouts.master', ['title' => 'Dashboard']) @push('styles') @endpush @section('content')
@role('dokter')
@include('components.dashboard.review-data-doctor', [ 'show_all' => true, 'cursor' => 'default', ])
@endrole @unlessrole('dokter')
@role(['contract_user', 'super_admin', 'admin_contractor'])
@endrole
@endunlessrole
{{-- --}}
@unlessrole('dokter')
{{-- @include('components.dashboard.personnel-on-duty', [ 'show_all' => true, ]) --}}
@include('components.dashboard.widget-over-days', [ 'show_all' => true, ])
@include('components.dashboard.widget-permitted-to-work', [ 'show_all' => true, ])
{{--
@include('components.dashboard.widget-on-duty-approval', [ 'show_all' => true, ]) @include('components.dashboard.widget-over-days', [ 'show_all' => true, ]) @include('components.dashboard.widget-permitted-to-work', [ 'show_all' => true, ])
--}}
@endunlessrole
{{-- @role('dokter')
@include('components.dashboard.review-data-doctor', [ 'show_all' => true, 'cursor' => 'default', ])
@endrole --}} {{--
@include('components.dashboard.widget-permitted-to-work', [ 'show_all' => true, ])
@include('components.dashboard.widget-over-days', [ 'show_all' => true, ])
@include('components.dashboard.widget-on-duty-approval', [ 'show_all' => true, ])
--}}
{{-- --}}
{{--
Activity Movement
Nothing Here Yet
There is currently no data to diplay.
--}}


{{--

@lang('app.activity_movement')

--}}
{{-- modal chart --}} @endsection @push('scripts') {{-- --}} @endpush