@extends('layouts.vertical', ['title' => 'My Account']) @section('content')

My Account

@if(session('success')) @endif @if($errors->any()) @endif
@if($user->profile_image) Profile Image @else Profile Image @endif

{{ $user->name }}

{{ $user->email }}

@csrf

Personal Information

@csrf @method('PUT')

Change Password

@csrf @method('PUT')
@endsection