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

Edit Profile

@csrf @method('PATCH') {{-- Profile Photo --}}
@if(Auth::user()->profile_photo) Profile Photo @else Profile Photo @endif
{{-- Name --}}
{{-- Email --}}

{{-- Current Password --}}
{{-- New Password --}}
{{-- Confirm Password --}}
{{-- Save Button --}}
@endsection