@extends('admin.layouts.app') @section('title', 'Edit Skill') @section('page-title', 'EDIT SKILL') @section('content')
@if($errors->any()) @endif
Edit Skill
Kembali
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection