@extends('layout') @section('title', 'Profil Saya') @section('content')

Profil Saya

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@csrf
@csrf

Ubah Password

@endsection