@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد آموزشگاه @include('share.extra.back2',['route'=>route('admin.academy.academy.index')])
موارد بیشتر @include('share.forms.error',['name'=>'user_id'])
موارد بیشتر @include('share.forms.error',['name'=>'area_id'])
@include('share.forms.input',['name'=>'title','title'=>'نام آموزشگاه'])
@include('share.forms.input',['name'=>'telephone','title'=>'تلفن'])
@include('share.forms.input',['name'=>'fax','title'=>'فکس'])
@include('share.forms.input',['name'=>'postalCode','title'=>'کد پستی'])
@include('share.forms.input',['name'=>'website','title'=>'وب سایت'])
@include('share.forms.input',['name'=>'email','title'=>'ایمیل'])
@include('share.forms.input',['name'=>'address','title'=>'آدرس'])
@include('share.forms.input',['name'=>'telegram','title'=>'تلگرام'])
@include('share.forms.input',['name'=>'whatsapp','title'=>'واتس آپ'])
@include('share.forms.input',['name'=>'referalCode','title'=>'کد معرف'])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>true])
@include('share.forms.switch',['name'=>'payStatus','title'=>'وضعیت پرداخت','checked'=>true])
@include('share.forms.file',['name'=>'cereficate','title'=>'مدرک'])
@include('share.forms.file',['name'=>'logo','title'=>'لوگو'])
@include('share.forms.file',['name'=>'picture','title'=>'عکس'])

مشخصات موسس
@include('share.forms.input',['name'=>'firstNameOwner','title'=>'نام موسس'])
@include('share.forms.input',['name'=>'lastNameOwner','title'=>'نام خانوادگی موسس'])
@include('share.forms.input',['name'=>'birthdayOwner','title'=>'تاریخ تولد موسس','class' => 'birthday'])
@include('share.forms.input',['name'=>'birthplaceOwner','title'=>'محل تولد موسس'])
@include('share.forms.input',['name'=>'mobileOwner','title'=>'موبایل موسس','class' => 'dleft'])
@include('share.forms.input',['name'=>'nationalCodeOwner','title'=>'کد ملی موسس','class' => 'dleft'])
@include('share.forms.file',['name'=>'nationalCardOwner','title'=>'کارت ملی موسس'])

مشخصات مدیر آموزشگاه
@include('share.forms.input',['name'=>'firstNameAdmin','title'=>'نام مدیر'])
@include('share.forms.input',['name'=>'lastNameAdmin','title'=>'نام خانوادگی مدیر'])
@include('share.forms.input',['name'=>'birthdayAdmin','title'=>'تاریخ تولد مدیر','class' => 'birthday'])
@include('share.forms.input',['name'=>'birthplaceAdmin','title'=>'محل تولد مدیر'])
@include('share.forms.input',['name'=>'mobileAdmin','title'=>'موبایل مدیر','class' => 'dleft'])
@include('share.forms.input',['name'=>'nationalCodeAdmin','title'=>'کد ملی مدیر','class' => 'dleft'])
@include('share.forms.file',['name'=>'nationalCardAdmin','title'=>'کارت ملی مدیر'])
@endsection @push('scripts') @endpush @push('styles') @endpush