@extends('admin.layouts.app') @section('title', 'Edit Skill') @section('content')
Back to Skills

Edit Skill: {{ $skill->name }}

@csrf @method('PUT')

Leave blank to auto-generate from name.

Active Status
Cancel
@endsection