@extends('layouts.main') @section('head') @endsection @section('main')

My Skills


@foreach ($skills as $skill) {{ $skill->title }} @endforeach {{--
No skills yet
--}}
@csrf

Which Skill do you wanna start learning ?

@error('title') {{ $message }} @enderror
{{-- if there is any error show the modal --}} @endsection