@extends('layouts.app') @section('content')

Account Settings

Timesheet Summary
@foreach ($timesheet as $label => $value)
{{ ucwords(str_replace('_', ' ', $label)) }}
{{ $value }}
@endforeach
Update Profile
@csrf @method('PUT')

@if($user->avatar) @endif Recommended size: 128px x 128px
@endsection