diff --git a/public/images/icon/main/hi.png b/public/images/icon/main/hi.png new file mode 100644 index 0000000..543e954 Binary files /dev/null and b/public/images/icon/main/hi.png differ diff --git a/public/index.php b/public/index.php index 6e83460..2c90301 100644 --- a/public/index.php +++ b/public/index.php @@ -11,7 +11,7 @@ if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } - + // Register the Composer autoloader... require __DIR__.'/../vendor/autoload.php'; diff --git a/resources/views/auth/login-guru.blade.php b/resources/views/auth/login-guru.blade.php index 592dc86..6627a4c 100644 --- a/resources/views/auth/login-guru.blade.php +++ b/resources/views/auth/login-guru.blade.php @@ -1,62 +1,92 @@ - - - - - - Login Guru - E-Learning - - - - -
-

👨‍🏫 Login Guru

- - @if($errors->any()) -
- {{ $errors->first() }} -
- @endif - -
- @csrf - -
- - -
- -
- - -
- - -
- -
- - ← Kembali ke Halaman Utama - +@extends('layouts.auth') + +@section('title', 'Login Guru') + +@section('content') + + +
+ + + + +@endsection diff --git a/resources/views/guru/dashboard.blade.php b/resources/views/guru/dashboard.blade.php index d6f3c8e..f79f39a 100644 --- a/resources/views/guru/dashboard.blade.php +++ b/resources/views/guru/dashboard.blade.php @@ -3,71 +3,46 @@ @section('title', 'Dashboard Guru') @section('content') +
- +
+
+
+
Total Siswa Diajar
+

+ {{ $totalSiswa }} +

+
+
+
-

DASHBOARD GURU

+
-
-

Selamat Datang, {{ Auth::guard('guru')->user()->nama }}! 👨‍🏫

-

NIP: {{ Auth::guard('guru')->user()->nip }}

- -
-
-
-
{{ $totalKelas }}
-
Total Kelas Diampu
-
-
- -
-
-
{{ $totalMapel }}
-
Total Mata Pelajaran
-
-
- -
-
-
{{ $totalSiswa }}
-
Total Siswa Diajar
-
-
-
- -@endsection \ No newline at end of file +@endsection diff --git a/resources/views/guru/layouts/app.blade.php b/resources/views/guru/layouts/app.blade.php index 1896d68..7e54a66 100644 --- a/resources/views/guru/layouts/app.blade.php +++ b/resources/views/guru/layouts/app.blade.php @@ -3,72 +3,213 @@ - @yield('title', 'E-Learning Guru') - - - - + @yield('title', 'Panel Guru') + + + + + - - @stack('styles') + -
-
- -