chore: memindahkan clock dari layout ke di halaman dabor ke dan menambahkan dafault image

This commit is contained in:
Yoga Pangestu 2024-11-23 10:41:41 +07:00
parent 5bd19d8a7d
commit 1ff72959b6
3 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -8,7 +8,7 @@
@notifyCss
</head>
<body onload="startTime()">
<body>
@include('notify::components.notify')
@include('partials.admin._loader')
<div class="tap-top"><i data-feather="chevrons-up"></i></div>

View File

@ -2,7 +2,7 @@
@section('styles')
@endsection
@section('app')
<div class="container-fluid">
<div class="container-fluid" onload="startTime()">
<div class="row widget-grid">
<div class="col-xxl-4 col-sm-6 box-col-6">
<div class="card profile-box">
@ -52,5 +52,6 @@
</div>
</div>
@endsection
@section('scripts')
@section('beforeScripts')
<script src="{{ asset('assets/admin/js/clock.js?ver=1.0.0') }}"></script>
@endsection