@extends('admin.layouts.master') @section('page-title') تعديل بيانات مستخدم @endsection @push('main-admins-active') m-menu__item--active @endpush @section('content')

تعديل بيانات مستخدم

@if (session('Done')) @endif @if ($errors->any()) @endif
@csrf {{ method_field('PUT') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif

تعديل كلمة المرور

يمكنك تركها فارغة اذا اردت الاحتفاظ بكلمة المرور الحالية
@if ($errors->has('password')) {{ $errors->first('password') }} @endif


الغاء والعودة
@stop