@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد دسته بندی تنظیمات @include('share.extra.back2',['route'=>route('admin.settingcategory.store')])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.input',['name'=>'order','title'=>'موقعیت','class'=>'dleft'])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>1])
@endsection @push('scripts') @endpush