@extends('layouts.appNew') @section('content')

Edit Profile

@if(!empty($user->profile_image)) images @else image @endif
@csrf @method('PUT')

Your Personal Information

Here you can view and change your personal information on our platform. Please note that the details should be correct and up-to-date.

Back
@endsection