@extends('layouts.app') @section('content')

ویرایش کاربر

@csrf @method('PUT') @include('admin.users.partials.form', ['user' => $user])
@endsection