@extends('app') @section('content') Edit Skill {{-- CSRF Meta for AJAX --}}

EDIT SKILL

{{-- Display Validation Errors --}} @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif {{-- Edit Skill Form --}}
{{-- Laravel PUT method spoofing --}} {{-- CSRF Token --}}
Cancel
{{-- Optional JS to prevent double submit --}}
@endsection