@extends('layouts.master') @section('title', 'Update Profile') @section('content')

Update Profile

@if(count($errors) > 0) @endif

Update Profile Information


@csrf

@if(Auth::user()->profile_photo_path) Current @else Default @endif Profile Photo




Looks good!
Please enter your full name.
Looks good!
Please enter your valid email address.

Update Password

@csrf
Looks good!
Please enter your current password.
Looks good!
Please enter your new password.
Looks good!
Please enter your new password again.
@endsection @section('scripts') @endsection