@extends('layout.layout') @php $title = 'Ubah Email'; $subTitle = 'Profil Pengguna'; @endphp @section('content')
Ubah Email
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Password diperlukan untuk konfirmasi keamanan.
Batal
@endsection @push('scripts') @endpush