@extends('layouts.main') @section('title', 'Profile') @section('content')

Profile

Profile

{{ Auth::user()->username }}

Profile Details
Nama
{{ Auth::user()->name }}
Username
{{ Auth::user()->username }}
@csrf @method('PUT')
@if (session('success')) @endif @endsection