chore: memindahkan clock dari layout ke di halaman dabor ke dan menambahkan dafault image
This commit is contained in:
parent
5bd19d8a7d
commit
1ff72959b6
BIN
public/assets/images/no-imge.png
Normal file
BIN
public/assets/images/no-imge.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user