@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
Dashboard
@endsection
@section('content')
{{-- counting --}}
@include('backend.dashboard.counting-view')
{{-- counting --}}
@include('backend.threats.threats-table')
@include('backend.threat_actions.dashboard-list-threatActions', ['source' => 'dashboard'])
@can('is-admin-or-approver')
@include('backend.my_approvals.list-myapprovals')
@endcan
@endsection
@push('js')
@endpush