@extends('layouts.front.app') @section('title', 'My Profile - JotiJournal') @section('content')

My Profile

Update your personal details. Your email is the unique identifier for your account and cannot be changed here.

Personal Information

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Avatar block --}}
Profile picture Change
JPG, PNG or WEBP. Max 512 KB.
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush