@extends('layouts.client') @section('page_title', $isRtl ? 'بياناتي الشخصية' : 'My Profile') @section('content')

{{ $isRtl ? 'تعديل البيانات الشخصية' : 'Edit Profile' }}

@csrf
@error('name')
{{ $message }}
@enderror
{{ $isRtl ? 'لا يمكن تغيير البريد الإلكتروني.' : 'Email cannot be changed.' }}
@error('phone')
{{ $message }}
@enderror
@endsection