@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد تنظیمات @include('share.extra.back2',['route'=>route('admin.setting.admin.index')])
@include('share.forms.select',['name'=>'category_id','title'=>'دسته بندی تنظیمات','options'=>$settingCat])
@include('share.forms.select',['name'=>'type','title'=>'نوع', 'options'=>['string'=>'string','file'=>'file','boolean'=>'boolean','textarea'=>'textarea','editor'=>'editor']])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.input',['name'=>'name','class'=>'dleft','title'=>'نام'])
@include('share.forms.input',['name'=>'value','title'=>'مقدار','class'=>'dleft'])
@include('share.forms.switch',['name'=>'linkable','title'=>'لینک','checked'=>0])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>1])
@endsection @push('scripts') @endpush