@extends('layouts.app') @section('content')

Add Your Skills

← Go Back
{{-- 📝 Skills Form --}}
@csrf
@error('skills[name]') {{ $message }} @enderror
{{-- JS for dynamic add/remove and file preview --}} @endsection