@extends('layouts.master', ['title' => 'Skill Add']) @section('contents')

Create Skill

@csrf
@error('skill') {{$message}} @enderror
@endsection