@extends('admin.layout.master') @section('title', 'المستخدمين') @section('content')

المستخدمين

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop