ایجاد کاربر
@include('share.extra.back2',['route'=>route('admin.users.index')])
@include('share.forms.input',['name'=>'userName','class'=>'dleft','title'=>'نام کاربری'])
@include('share.forms.input',['name'=>'email','class'=>'dleft','title'=>'ایمیل'])
@include('share.forms.input',['name'=>'firstName','title'=>'نام'])
@include('share.forms.input',['name'=>'lastName','title'=>'نام خانوادگی'])
@include('share.forms.input',['name'=>'fatherName','title'=>'نام پدر'])
@include('share.forms.select',['name'=>'gender','title'=>'جنسیت','options'=>['male'=>'مرد','female'=>'زن']])
موارد بیشتر
@include('share.forms.error',['name'=>'city_id'])
موارد بیشتر
@include('share.forms.error',['name'=>'city_id'])
@include('share.forms.input',['name'=>'nationalCode','class'=>'dleft','title'=>'کد ملی',
'extraFields'=>'v-model="nationalCode" :class="{invalid:!validnationalCode}"'])
کد ملی صحیح نیست
@include('share.forms.error',['name'=>'nationalCode'])
@include('share.forms.input',['name'=>'certificateCode','title'=>'شماره شناسنامه'])
@include('share.forms.date',['name'=>'birthday','title'=>'تاریخ تولد','disabled'=>false])
@include('share.forms.input',['name'=>'birthplace','title'=>'محل تولد'])
@include('share.forms.input',['name'=>'mobile','class'=>'dleft','title'=>'موبایل'])
@include('share.forms.input',['name'=>'telephone','class'=>'dleft','title'=>'تلفن'])
@include('share.forms.input',['name'=>'address','title'=>'آدرس'])
@include('share.forms.input',['name'=>'postalCode','class'=>'dleft','title'=>'کد پستی'])
@include('share.forms.select',['name'=>'type','title'=>'نوع کاربر','options'=>['admin'=>'مدیر','user'=>'کاربر']])
موارد بیشتر
@include('share.forms.error',['name'=>'skill_id'])
@include('share.forms.switch',['name'=>'canEdit','title'=>'قابل ویرایش','checked'=>true])
@include('share.forms.switch',['name'=>'saveSkill','title'=>'ثبت مهارت در سامانه','checked'=>true])
@include('share.forms.select',['name'=>'education','title'=>'آخرین مدرک تحصیلی','options'=>['1'=>'زیر دیپلم','2'=>'دیپلم','3'=>'کاردانی','4'=>'کارشناسی','5'=>'کارشناسی ارشد','6'=>'دکتری'],'extraFields'=>'autocomplete="off"'])
@include('share.forms.input',['name'=>'fieldOfStudy','title'=>'آخرین رشته و گرایش','extraFields'=>'autocomplete="off"'])
@include('share.forms.input',['name'=>'password','class'=>'dleft','title'=>'پسورد'])
More Result
@include('share.forms.error',['name'=>'roles_id'])
@include('share.forms.file',['title'=>'عکس آخرین مدرک تحصیلی','name'=>'userPicture'])
@include('share.forms.file',['title'=>'عکس پرسنلی','name'=>'personalPicture'])
@include('share.forms.file',['title'=>'کارت ملی','name'=>'nationalCardPicture'])