Skip to content

Commit

Permalink
fixed typo in task three
Browse files Browse the repository at this point in the history
  • Loading branch information
metinbolat committed Oct 18, 2023
1 parent 788fc94 commit b3a6026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/projects/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
@csrf
Title:
<br />
<input type="text" name="title" class="@error('title') is-invalid @enderror" />
<input type="text" name="name" class="@error('title') is-invalid @enderror" />
<br />
@error('title') {{$message}} @enderror
@error('name') {{$message}} @enderror
<br />
Description:
<br />
Expand Down

0 comments on commit b3a6026

Please sign in to comment.