@extends('admin.layout.master') @section('title', " المستخدم $row->name") @section('content')

{{'المستخدم ' . $row->name}}

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

@csrf @method('PATCH')
@stop @section('scripts') @stop