{{-- Form without any design --}} {{-- TASK: add the validation errors here - with whatever HTML structure you want --}} {{-- in case of title/description empty, visitor should see --}} {{-- "The name field is required." and "The description field is required." --}} @if ($errors->any())
@endif
@csrf Title:


Description: