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

مستخدمين

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@stop