@extends('layouts.app') @section('title', 'تعديل مستخدم') @section('breadcrumb') @endsection @section('content')
تعديل: {{ $user->name }}
@csrf @method('PUT') @include('users._form')
@endsection