We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cfe539 + c1adea7 commit a200b2aCopy full SHA for a200b2a
src/resources/views/blog_categories/category.blade.php
@@ -11,7 +11,7 @@
11
</div>
12
13
<div class="admin-content">
14
- <form action="blog/categories/save/{{ $category->id or 'new'}}" method="post" enctype="multipart/form-data">
+ <form action="blog/categories/save/{{ $category->id ?? 'new'}}" method="post" enctype="multipart/form-data">
15
{{ csrf_field() }}
16
17
@if ($errors->first('title'))
@@ -118,4 +118,4 @@
118
119
120
121
-@stop
+@stop
0 commit comments