Skip to content

Commit a200b2a

Browse files
Merge pull request #237 from milosmetlic/patch-2
Update category.blade.php
2 parents 6cfe539 + c1adea7 commit a200b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/views/blog_categories/category.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<div class="admin-content">
14-
<form action="blog/categories/save/{{ $category->id or 'new'}}" method="post" enctype="multipart/form-data">
14+
<form action="blog/categories/save/{{ $category->id ?? 'new'}}" method="post" enctype="multipart/form-data">
1515
{{ csrf_field() }}
1616

1717
@if ($errors->first('title'))
@@ -118,4 +118,4 @@
118118
</div>
119119

120120

121-
@stop
121+
@stop

0 commit comments

Comments
 (0)