@include('header')

Dashboard Image

@if(session('success')) @endif

Only one dashboard image is used for all users. Upload a new image to replace the current one.

Current Dashboard Image
@if($updatedAt)

Last updated: {{ $updatedAt }}

@endif
@csrf
Allowed: JPG, PNG, WEBP. Recommended max size: 8 MB. Large images are auto-resized to 1920px width. @error('image')
{{ $message }}
@enderror
@include('footerscript')