ویرایش نوع آموزشگاه
@include('share.extra.back2',['route'=>route('admin.academy.academytype.index')])
@include('share.forms.input',['name'=>'title','title'=>'تیتر','value'=> $academytype->title])
@include('share.forms.textarea-Material',['name'=>'body','title'=>'توضیحات','value' => $academytype->body])
@include('share.forms.switch',['name'=>'status','title'=>'وضعیت','checked' => $academytype->status])
@include('share.forms.file',['name'=>'picture','title'=>'عکس'])
@if($academytype->picture)
}})
@endif