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