@extends('layouts/contentLayoutMaster') @section('title', 'المديرين') @section('vendor-style') @endsection @section('content')

اضافة مدير

@csrf
اسم المستخدم *
@if ($errors->has('name')) @endif
الايميل *
@if ($errors->has('email')) @endif
رقم التلفون*
@if ($errors->has('phone')) @endif
كلمة السر *
@if ($errors->has('password')) @endif
تأكيد كلمة السر *
@if ($errors->has('password_confirmation')) @endif
@error('roles')
{{ $message }}
@enderror
المحطات
@if ($errors->has('zone_id')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection