@extends('panel.layouts.master') @section('title',"ایجاد کاربر") @section('breadcrumb',"ایجاد کاربر") @section('content') @include('panel.layouts.sidebar') ایجاد کاربر @csrf نام و نام خانوادگی شماره موبایل نقش @foreach (App\Models\User::RULES as $key => $item) {{ $item }} @endforeach عکس انتخاب فایل ذخیره @endsection @section('script') @endsection