@extends('layouts.main')
@section('title', 'Profile')
@section('content')
{{ Auth::user()->username }}
-
-
-
Profile Details
Nama
{{ Auth::user()->name }}
Username
{{ Auth::user()->username }}
@if (session('success'))
@endif
@if ($errors->any())
@endif
@endsection