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