@extends('dashboard.v1.index') @section('title', 'الحساب الشخصى') @section('content')

الحساب الشخصى

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stop