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

ایجاد کاربر

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