Skip to content

Commit

Permalink
Update create.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Sep 14, 2024
1 parent 9401472 commit deb7cb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/products/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
{{-- @directive --}}
{{-- {{ $message }} --}}
{{-- @endDirective --}}
@error('name')
<div class="alert alert-danger">
{{$message}}
</div>
@enderror
<br /><br />
<button type="submit">Save</button>
</form>

0 comments on commit deb7cb6

Please sign in to comment.