@extends('dashboards.layouts.dash-layout') @section('title', 'Profil') @section('content') Profil Profil @if (session('status') === 'profile-updated') SUKSES Informasi Akun Berhasil Disimpan @endif @if (session('status') === 'password-updated') SUKSES Sandi Berhasil Diubah @endif Informasi Akun @csrf {{-- {{ route('adminStoreAlternatif') }} --}} @csrf @method('patch') Nama Email Ganti Password {{-- {{ route('adminStoreAlternatif') }} --}} @csrf @method('put') Sandi Sekarang Sandi Baru Konfirmasi Sandi @endsection