@extends('layouts.acorn.acorn_admin_app')
@section('header_styles')
@endsection
@section('content')
@php
$userType = auth()->user()->type;
@endphp
{{-- Projects Pie Charts --}}
@if ($userType === 'ADMIN' || $userType === 'SYS_ADMIN')
@endif
{{-- Projects & Users --}}
@if ($userType === 'ADMIN' || $userType === 'SYS_ADMIN')
@endif
@endsection
@section('footer_scripts')
@endsection