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 Jan 29, 2024
1 parent 799c969 commit d0cf720
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/products/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{{-- @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 d0cf720

Please sign in to comment.