update
This commit is contained in:
@@ -4,11 +4,18 @@
|
||||
@vite(['resources/js/dashboard/index.jsx'])
|
||||
@endpush
|
||||
|
||||
@section('main-class', 'pt-20')
|
||||
|
||||
@section('content')
|
||||
<div
|
||||
id="dashboard-root"
|
||||
data-username="{{ $dashboard_user_name }}"
|
||||
data-is-creator="{{ $dashboard_is_creator ? '1' : '0' }}"
|
||||
data-level="{{ $dashboard_level ?? 1 }}"
|
||||
data-rank="{{ $dashboard_rank ?? 'Newbie' }}"
|
||||
data-received-comments-count="{{ (int) ($dashboard_received_comments_count ?? 0) }}"
|
||||
data-overview='@json($dashboard_overview ?? [])'
|
||||
data-preferences='@json($dashboard_preferences ?? [])'
|
||||
></div>
|
||||
|
||||
@if (session('status'))
|
||||
|
||||
Reference in New Issue
Block a user