@extends('layouts.client') @section('title', 'Edit Profile') @section('content')

Edit Profile

Update your account information

Back to Profile
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Profile Information

Address Information

Additional Information

* Required fields
Cancel
@endsection