Fix translations typo case
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-12">
|
||||
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
|
||||
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
|
||||
@foreach (($article['categories'] ?? null) as $category)
|
||||
{{ $category }}
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user