Skip to content

Commit

Permalink
Add Quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperTurtle committed Dec 12, 2023
1 parent 3fa9c42 commit 5bf8c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/products/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
}">
<h1 class="text-3xl font-semibold leading-9 text-gray-900 font-heading mb-4 mt-4 text-center ">Edit
{{ $product->name }}</h1>
"{{ $product->name }}"</h1>
<!-- Display Validation Errors -->
@if ($errors->any())
<div class="bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded relative" role="alert">
Expand Down

0 comments on commit 5bf8c80

Please sign in to comment.