@extends('template.admin') {{-- Ganti sesuai layout kamu --}}
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Profil Saya
{{-- Informasi Profil --}}
{{-- Ubah Password --}}
Ubah Password
@endsection