@extends('layouts.admin') @section('title', 'ویرایش کاربر') @section('content')

ویرایش کاربر: {{ $user->full_name }}

@csrf @method('PUT')
بازگشت
@endsection