@extends('admin.layouts.admin') {{-- =========== meta Title =================== --}} @section('title') ایجاد کاربر @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
ایجاد کاربر

@include('admin.sections.errors')
@csrf
**
@endsection