@extends('layouts.admin')
@section('title', 'Ubah Data Guru')
@section('content')
{{-- BREADCRUMB & BACK BUTTON --}}
Ubah Data Guru
Perbarui informasi profil atau username login guru yang bersangkutan.
{{-- NOTIFIKASI ERROR GLOBAL --}}
@if ($errors->any())
Mohon periksa kembali form input Anda:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- FORM UTAMA --}}
@endsection