@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد دسته بندی خدمات @include('share.extra.back2',['route'=>route('admin.service.department.index')])
موارد بیشتر @include('share.forms.error',['name'=>'category_id'])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.file',['name'=>'logo','title'=>'لوگو'])
@include('share.forms.switch',['name'=>'status','title'=>'فعال','checked'=>true])
@endsection @push('scripts') @endpush @push('styles') @endpush