@extends('partials.layout') @section('title', 'Edit profile') @section('content')

Edit profile

All fields are optional and can be left empty

« View Profile

{{ $user->name }}


{{ $user->name }}

Profile Picture & Song:


@csrf Select photo:
@error("avatar")

{{ $message }}

@enderror Max file size: 4MB (jpg/png/gif)

Bio:


@error("bio")

{{ $message }}

@enderror
max limit: 256 characters

@error("about_you")

{{ $message }}

@enderror

@error("status")

{{ $message }}

@enderror

Interests:


@error("general")

{{ $message }}

@enderror

@error("music")

{{ $message }}

@enderror

@error("movies")

{{ $message }}

@enderror

@error("television")

{{ $message }}

@enderror

@error("books")

{{ $message }}

@enderror

@error("heroes")

{{ $message }}

@enderror

Layout:

what you would normally paste into the 'Blurbs' section. Include HTML tags.

@endsection