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

Edit Profile

@if(!empty($user->profile_image)) images @else image @endif
@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@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