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