@extends('admin.layout.index') {{-- =========== 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