@extends('layouts.app') @section('content') @include('common.alerts') @include('common.errors')
Your profile
{{ $user->name }}
{{ csrf_field() }}
{{ $user->email }}
Update Profile Image
{{ csrf_field() }}
Image must be less than 1 MB and resolution less than 1024x1024 pixels.
@if ($user->password) Change password @else Set password @endif
{{ csrf_field() }} @if ($user->password)
Old Password
@endif
New Password
Confirm New Password
New password must contain 8 or more characters.
@endsection