@extends('adminlte::page') @section('title', 'Raspberry Network | Profile') @section('content_header')

My Profile / Settings

@stop @section('css') @stop @section('js') @if (session()->has('success')) @elseif(session()->has('error')) @endif @stop @section('content')
@if($profile->avatarPreference == 'gravatar') User profile picture @else User profile picture @endif

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

{{$profile->profileShortBio}}

@method('PATCH') @csrf

Basic Information

Github-flavored Markdown supported

Preferences & Media

@stop