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

ADD SKILL

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

{{ $error }}

@endforeach
@endif {{-- Skill Form --}}
{{-- Replace @csrf with this hidden input --}}
Cancel
{{-- Optional JS to prevent double submit --}}
@endsection