@extends('dashboard.layouts.app') @section('content')
تعديل {{ $data->username }}
@include('dashboard.layouts.message')
@csrf
@if ($errors->has('first_name')) الإسم مطلوب @endif
@if ($errors->has('last_name')) الإسم مطلوب @endif
@if ($errors->has('phone')) رقم الجوال مطلوب ويجب أن يكون صحيح @endif
@if ($errors->has('password')) كلمه المرور مطلوبه ويجب ان لا تقل عن 8 حروف او ارقام @endif
@if ($errors->has('password_confirmation')) يجب تأكيد كلمة المرور @endif
@endsection @section('js') @endsection