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

Profile

User profile picture

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

Politeknik Negeri Jember

Logout
@csrf @method('PUT')
@if (session('success')) @endif @if ($errors->any()) @endif @endsection