@extends('layouts.main') @section('head') @endsection @section('main') My Skills Add New Skill @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
Which Skill do you wanna start learning ?