Skip to content

Commit

Permalink
Ada Perubahan Di Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
RECTY45 committed Mar 8, 2023
1 parent 02d917f commit 81c9afd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions resources/views/admin/dashboard/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
@section('content')
@if (auth()->user()->level === 'admin')
<div class="container">
<h2 class="main-title">Dashboard</h2>
<div class="white-block ">
<h2 class="main-title">Dashboard</h2>
<p class="text-capitalize h5 px-4">Selamat Datang, {{ auth()->user()->nama_petugas}}!</p>
<p class="text-capitalize h6 px-4">Aplikasi Pembayaran SPP Siswa - Versi UKK 2023</p>
</div>
<div class="row stat-cards">
<div class="col-md-6 col-xl-3">
<article class="stat-cards-item">
Expand Down Expand Up @@ -98,7 +102,11 @@

@if (auth()->user()->level === 'petugas')
<div class="container">
<h2 class="main-title">Dashboard</h2>
<div class="white-block ">
<h2 class="main-title">Dashboard</h2>
<p class="text-capitalize h5 px-4">Selamat Datang, {{ auth()->user()->nama_petugas }}!</p>
<p class="text-capitalize h6 px-4">Aplikasi Pembayaran SPP Siswa - Versi UKK 2023</p>
</div>
<div class="row stat-cards">
@foreach ($dataSpp as $data)
@php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class="row pt-5 py-5 fw-bold mt-5 justify-content-center">Hasmawati.S.Pd</span>
</div>
</body>
<script>
// window.print()
window.print()
</script>

</html>

0 comments on commit 81c9afd

Please sign in to comment.