diff --git a/resources/views/projects/create.blade.php b/resources/views/projects/create.blade.php index dc19b63b..64bf7124 100644 --- a/resources/views/projects/create.blade.php +++ b/resources/views/projects/create.blade.php @@ -3,7 +3,15 @@ {{-- 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()) +