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