Fix translations typo case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.offers.title'),
|
||||
'subtitle' => __('Shop.offers.add'),
|
||||
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.add')]
|
||||
'title' => __('shop.offers.title'),
|
||||
'subtitle' => __('shop.offers.add'),
|
||||
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.add')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.offers.title'),
|
||||
'subtitle' => __('Shop.offers.edit'),
|
||||
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.edit')]
|
||||
'title' => __('shop.offers.title'),
|
||||
'subtitle' => __('shop.offers.edit'),
|
||||
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.edit')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.offers.title'),
|
||||
'subtitle' => __('Shop.offers.list'),
|
||||
'breadcrumb' => [__('Shop.offers.title')]
|
||||
'title' => __('shop.offers.title'),
|
||||
'subtitle' => __('shop.offers.list'),
|
||||
'breadcrumb' => [__('shop.offers.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
@@ -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