@extends('template.admin') {{-- Ganti sesuai layout kamu --}} @section('content') @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif

Profil Saya

{{-- Informasi Profil --}}
@csrf @method('PATCH')
{{-- Ubah Password --}}

Ubah Password

@csrf
@endsection