@extends('layouts.app') @section('title', 'Edit Profile - AVIOBOOTS') @section('content') @csrf @method('PUT') Edit Profile Update your account details @if(session('success')) {{ session('success') }} @endif @if($errors->any()) {{ $errors->first() }} @endif Full Name Email Address Phone Number (Optional) Change Password (Optional) Current Password New Password Confirm New Password Save Changes Back to Account @endsection @push('styles') @endpush
Update your account details