@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد وضعیت کارت @include('share.extra.back2',['route'=>route('admin.service.cardstatus.index')])
موارد بیشتر @include('share.forms.error',['name'=>'skill_id'])
@include('share.forms.input',['name'=>'title','title'=>'تیتر'])
@include('share.forms.switch',['name'=>'status','title'=>'وضعیت','checked'=>true])
@endsection @push('scripts') @endpush @push('styles') @endpush