Initial Commit
The initial public commit of MVGL website code.
This commit is contained in:
commit
b39ecf1638
2043 changed files with 215154 additions and 0 deletions
39
resources/views/pages/account/overview/overview.blade.php
Normal file
39
resources/views/pages/account/overview/overview.blade.php
Normal file
|
@ -0,0 +1,39 @@
|
|||
<x-base-layout>
|
||||
|
||||
{{ theme()->getView('pages/account/_navbar', array('class' => 'mb-5 mb-xl-10')) }}
|
||||
|
||||
{{ theme()->getView('pages/account/overview/_details', array('class' => 'mb-5 mb-xl-10', 'info' => auth()->user()->info)) }}
|
||||
|
||||
<!--begin::Row-->
|
||||
<div class="row gy-10 gx-xl-10">
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
{{ theme()->getView('partials/widgets/charts/_widget-1', array('class' => 'card-xxl-stretch mb-5 mb-xl-10')) }}
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
{{ theme()->getView('partials/widgets/tables/_widget-1', array('class' => 'card-xxl-stretch mb-5 mb-xl-10')) }}
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
|
||||
<!--begin::Row-->
|
||||
<div class="row gy-10 gx-xl-10">
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
{{ theme()->getView('partials/widgets/lists/_widget-5', array('class' => 'card-xxl-stretch mb-5 mb-xl-10')) }}
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
|
||||
<!--begin::Col-->
|
||||
<div class="col-xl-6">
|
||||
{{ theme()->getView('partials/widgets/tables/_widget-5', array('class' => 'card-xxl-stretch mb-5 mb-xl-10')) }}
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end::Row-->
|
||||
|
||||
</x-base-layout>
|
Loading…
Add table
Add a link
Reference in a new issue