@extends('layouts.app') @section('title', 'Edit Profile') @section('content')
@csrf @method('PUT') @if(session('success'))
{{ session('success') }}
@endif
@error('banner')
{{ $message }}
@enderror Recommended size: 1200×300px. Maximum size: 2MB. Supported formats: JPG, PNG, GIF.
@error('name')
{{ $message }}
@enderror
@error('slug')
{{ $message }}
@enderror This will be used in your profile URL: {{ config_value('site_url', 'example.com') }}/users/your-slug
Avatar

Your avatar is synced with your Steam profile. To change it, update your Steam profile.

Go to Steam Profile
Cancel
@endsection @push('scripts') @endpush