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

Update Profile

{{-- Update Information --}}
@csrf
@error('email') {{ $message }} @enderror
{{-- Update Password --}}
@csrf

Update Password

@endsection @push('footerPartial') @endpush