@extends('admin.layouts.master') @section('page-title') اضافة مستخدم جديد @endsection @push('main-users-active') m-menu__item--active @endpush @section('content')

اضافة مستخدم جديد

@include('admin.includes.alerts')
@csrf
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
قم بتحديدها في حال العميل قام بالتسجيل من خلال المعرض
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
مثال: 0566123456 @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
دعها فارغة في حال العميل قام بالتسجيل من خلال المعرض @if ($errors->has('password')) {{ $errors->first('password') }} @endif
دعها فارغة في حال العميل قام بالتسجيل من خلال المعرض
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
الغاء والعودة
@stop @push('page_level_script') @endpush