{{-- resources/views/profile/my-profile.blade.php --}} @extends('layouts.user') @section('title', 'Profil Saya') @section('description', 'Kelola informasi profil dan pengaturan akun Anda dengan mudah dan aman.') @section('breadcrumb', 'Profil') @section('content')
Berhasil!
{{ session('success') }}
Error!
{{ session('error') }}
Validasi Error!
{{ $user->email }}