@extends('layouts.master', [ 'title' => __('app.outstanding_approval'), 'icon_back' => true, 'url' => route('dashboard.index'), ]) @push('styles') @endpush @section('content')
@include('components.dashboard.approval-by-category', [ 'show_all' => false, ])
@include('components.dashboard.approval-by-status', [ 'show_all' => false, ])
@unless (Auth::user()->hasRole('doctor')) @endunless @hasrole('doctor') @endhasrole
@lang('app.nomor')
@lang('app.name') @include('components.icons.cevron-up-small', ['field' => 'name']) @include('components.icons.cevron-down-small', ['field' => 'name'])
@lang('app.username') @lang('app.position') @lang('app.gender') @lang('app.company') @lang('app.medical_approval')@lang('app.competency_approval')@lang('app.type')
@endsection @push('scripts') @endpush