@extends('account.layout') @section('account_content')

Personal Information

Update your personal information


@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@endsection