@extends('backendTools.layouts.backend') @section('title', '後台工具') @section('header') 後台小工具 @endsection @section('content')
{{-- 一個資訊小卡片 --}}
使用者資訊
@if (isset($loginUser))

UID: {{ $loginUser->uid }}

名稱: {{ $loginUser->cagent }}

@else

無法載入使用者資訊。

@endif
{{-- dataland --}}
Dataland Chart

{{-- error log --}}
Error log Today

前台錯誤數量 : {{ $error_log[2] }}

後台錯誤數量 : {{ $error_log[1] }}

@endsection @push('scripts') @endpush