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

المستخدمين

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

@csrf @method('PATCH')
@if ($errors->has('username')) {{ $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
@stop