@extends('layouts.app') @section('title', 'Pengaturan Akun') @section('content')
@csrf @method('PUT')
@if(auth()->user()->foto) @else
@endif

{{ auth()->user()->nama_lengkap }}

{{ auth()->user()->role->nama_role ?? 'User' }}

Ganti Password

Kosongkan jika tidak ingin mengubah password.

{{-- Modal Crop Foto --}} {{-- Cropper.js CDN --}} {{-- Cropper circular overlay --}} @endsection