Fix translations typo case
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.article_natures.title'),
|
'title' => __('shop.article_natures.title'),
|
||||||
'subtitle' => __('Shop.article_natures.list'),
|
'subtitle' => __('shop.article_natures.list'),
|
||||||
'breadcrumb' => [__('Shop.article_natures.title')]
|
'breadcrumb' => [__('shop.article_natures.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.articles.title'),
|
'title' => __('shop.articles.title'),
|
||||||
'subtitle' => __('Shop.articles.add'),
|
'subtitle' => __('shop.articles.add'),
|
||||||
'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.add')]
|
'breadcrumb' => [__('shop.articles.title'), __('shop.articles.add')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.articles.title'),
|
'title' => __('shop.articles.title'),
|
||||||
'subtitle' => __('Shop.articles.edit'),
|
'subtitle' => __('shop.articles.edit'),
|
||||||
'breadcrumb' => [__('Shop.articles.title'), __('Shop.articles.edit')]
|
'breadcrumb' => [__('shop.articles.title'), __('shop.articles.edit')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<!--
|
<!--
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a href="#offers" class="nav-link" data-toggle="tab" aria-expanded="true">
|
<a href="#offers" class="nav-link" data-toggle="tab" aria-expanded="true">
|
||||||
{{ __('Shop.offers.title') }}
|
{{ __('shop.offers.title') }}
|
||||||
@if(isset($offers_count))<span class="badge">{{ $offers_count }}</span>@endif
|
@if(isset($offers_count))<span class="badge">{{ $offers_count }}</span>@endif
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.articles.title'),
|
'title' => __('shop.articles.title'),
|
||||||
'subtitle' => __('Shop.articles.list'),
|
'subtitle' => __('shop.articles.list'),
|
||||||
'breadcrumb' => [__('Shop.articles.title')]
|
'breadcrumb' => [__('shop.articles.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -22,14 +22,14 @@
|
|||||||
@include('components.input', ['name' => 'name', 'value' => $article['name'] ?? null, 'required' => true])
|
@include('components.input', ['name' => 'name', 'value' => $article['name'] ?? null, 'required' => true])
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
{{ Form::label('article_nature_id', __('Shop.article_natures.name')) }}<br>
|
{{ Form::label('article_nature_id', __('shop.article_natures.name')) }}<br>
|
||||||
@include('components.select', ['name' => 'article_nature_id', 'list' => $natures_options, 'value' => $article['article_nature_id'] ?? null, 'class' => 'select2', 'with_empty' => ''])
|
@include('components.select', ['name' => 'article_nature_id', 'list' => $natures_options, 'value' => $article['article_nature_id'] ?? null, 'class' => 'select2', 'with_empty' => ''])
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
|
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
|
||||||
@include('components.select', ['name' => 'categories[]', 'list' => $categories_options, 'values' => $article['categories'] ?? null, 'class' => 'select2', 'multiple' => true])
|
@include('components.select', ['name' => 'categories[]', 'list' => $categories_options, 'values' => $article['categories'] ?? null, 'class' => 'select2', 'multiple' => true])
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.categories.title'),
|
'title' => __('shop.categories.title'),
|
||||||
'subtitle' => __('Shop.categories.add'),
|
'subtitle' => __('shop.categories.add'),
|
||||||
'breadcrumb' => [__('Shop.categories.title'), __('Shop.categories.list')]
|
'breadcrumb' => [__('shop.categories.title'), __('shop.categories.list')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.categories.title'),
|
'title' => __('shop.categories.title'),
|
||||||
'subtitle' => __('Shop.categories.edit'),
|
'subtitle' => __('shop.categories.edit'),
|
||||||
'breadcrumb' => [__('Shop.categories.title'), __('Shop.categories.list')]
|
'breadcrumb' => [__('shop.categories.title'), __('shop.categories.list')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.shelves.title'),
|
'title' => __('shop.shelves.title'),
|
||||||
'subtitle' => __('Shop.shelves.list'),
|
'subtitle' => __('shop.shelves.list'),
|
||||||
'breadcrumb' => [__('Shop.shelves.title')]
|
'breadcrumb' => [__('shop.shelves.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.customers.title'),
|
'title' => __('shop.customers.title'),
|
||||||
'subtitle' => __('Shop.customers.list'),
|
'subtitle' => __('shop.customers.list'),
|
||||||
'breadcrumb' => [__('Shop.customers.title')]
|
'breadcrumb' => [__('shop.customers.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.invoices.title'),
|
'title' => __('shop.invoices.title'),
|
||||||
'subtitle' => __('Shop.invoices.list'),
|
'subtitle' => __('shop.invoices.list'),
|
||||||
'breadcrumb' => [__('Shop.invoices.title')]
|
'breadcrumb' => [__('shop.invoices.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.offers.title'),
|
'title' => __('shop.offers.title'),
|
||||||
'subtitle' => __('Shop.offers.add'),
|
'subtitle' => __('shop.offers.add'),
|
||||||
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.add')]
|
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.add')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.offers.title'),
|
'title' => __('shop.offers.title'),
|
||||||
'subtitle' => __('Shop.offers.edit'),
|
'subtitle' => __('shop.offers.edit'),
|
||||||
'breadcrumb' => [__('Shop.offers.title'), __('Shop.offers.edit')]
|
'breadcrumb' => [__('shop.offers.title'), __('shop.offers.edit')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.offers.title'),
|
'title' => __('shop.offers.title'),
|
||||||
'subtitle' => __('Shop.offers.list'),
|
'subtitle' => __('shop.offers.list'),
|
||||||
'breadcrumb' => [__('Shop.offers.title')]
|
'breadcrumb' => [__('shop.offers.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
|
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
|
||||||
@foreach (($article['categories'] ?? null) as $category)
|
@foreach (($article['categories'] ?? null) as $category)
|
||||||
{{ $category }}
|
{{ $category }}
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.orders.title'),
|
'title' => __('shop.orders.title'),
|
||||||
'subtitle' => __('Shop.orders.list'),
|
'subtitle' => __('shop.orders.list'),
|
||||||
'breadcrumb' => [__('Shop.orders.title')]
|
'breadcrumb' => [__('shop.orders.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.packages.title'),
|
'title' => __('shop.packages.title'),
|
||||||
'subtitle' => __('Shop.packages.list'),
|
'subtitle' => __('shop.packages.list'),
|
||||||
'breadcrumb' => [__('Shop.packages.title')]
|
'breadcrumb' => [__('shop.packages.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@include('boilerplate::load.select2')
|
@include('boilerplate::load.select2')
|
||||||
@@ -11,10 +11,10 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<div class="nav nav-tabs">
|
<div class="nav nav-tabs">
|
||||||
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
|
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
|
||||||
{{ __('Shop.packages.title') }}
|
{{ __('shop.packages.title') }}
|
||||||
</a>
|
</a>
|
||||||
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
|
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
|
||||||
{{ __('Shop.packages.title') }}
|
{{ __('shop.packages.title') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.packages.title'),
|
'title' => __('shop.packages.title'),
|
||||||
'subtitle' => __('Shop.packages.list'),
|
'subtitle' => __('shop.packages.list'),
|
||||||
'breadcrumb' => [__('Shop.packages.title')]
|
'breadcrumb' => [__('shop.packages.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.sale_channels.title'),
|
'title' => __('shop.sale_channels.title'),
|
||||||
'subtitle' => __('Shop.sale_channels.list'),
|
'subtitle' => __('shop.sale_channels.list'),
|
||||||
'breadcrumb' => [__('Shop.sale_channels.title')]
|
'breadcrumb' => [__('shop.sale_channels.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.tag_families.title'),
|
'title' => __('shop.tag_families.title'),
|
||||||
'subtitle' => __('Shop.tag_families.list'),
|
'subtitle' => __('shop.tag_families.list'),
|
||||||
'breadcrumb' => [__('Shop.tag_families.title')]
|
'breadcrumb' => [__('shop.tag_families.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.tags.title'),
|
'title' => __('shop.tags.title'),
|
||||||
'subtitle' => __('Shop.tags.list'),
|
'subtitle' => __('shop.tags.list'),
|
||||||
'breadcrumb' => [__('Shop.tags.title')]
|
'breadcrumb' => [__('shop.tags.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.tariffs.title'),
|
'title' => __('shop.tariffs.title'),
|
||||||
'subtitle' => __('Shop.tariffs.add'),
|
'subtitle' => __('shop.tariffs.add'),
|
||||||
'breadcrumb' => [__('Shop.tariffs.title')]
|
'breadcrumb' => [__('shop.tariffs.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.tariffs.title'),
|
'title' => __('shop.tariffs.title'),
|
||||||
'subtitle' => __('Shop.tariffs.edit'),
|
'subtitle' => __('shop.tariffs.edit'),
|
||||||
'breadcrumb' => [__('Shop.tariffs.title')]
|
'breadcrumb' => [__('shop.tariffs.title')]
|
||||||
])
|
])
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.tariffs.title'),
|
'title' => __('shop.tariffs.title'),
|
||||||
'subtitle' => __('Shop.tariffs.list'),
|
'subtitle' => __('shop.tariffs.list'),
|
||||||
'breadcrumb' => [__('Shop.tariffs.title')]
|
'breadcrumb' => [__('shop.tariffs.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.unities.title'),
|
'title' => __('shop.unities.title'),
|
||||||
'subtitle' => __('Shop.unities.list'),
|
'subtitle' => __('shop.unities.list'),
|
||||||
'breadcrumb' => [__('Shop.unities.title')]
|
'breadcrumb' => [__('shop.unities.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@include('boilerplate::load.select2')
|
@include('boilerplate::load.select2')
|
||||||
@@ -11,10 +11,10 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<div class="nav nav-tabs">
|
<div class="nav nav-tabs">
|
||||||
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
|
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
|
||||||
{{ __('Shop.unities.title') }}
|
{{ __('shop.unities.title') }}
|
||||||
</a>
|
</a>
|
||||||
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
|
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
|
||||||
{{ __('Shop.unities.title') }}
|
{{ __('shop.unities.title') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.unities.title'),
|
'title' => __('shop.unities.title'),
|
||||||
'subtitle' => __('Shop.unities.list'),
|
'subtitle' => __('shop.unities.list'),
|
||||||
'breadcrumb' => [__('Shop.unities.title')]
|
'breadcrumb' => [__('shop.unities.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.variations.title'),
|
'title' => __('shop.variations.title'),
|
||||||
'subtitle' => __('Shop.variations.add'),
|
'subtitle' => __('shop.variations.add'),
|
||||||
'breadcrumb' => [__('Shop.variations.title'), __('Shop.variations.add')]
|
'breadcrumb' => [__('shop.variations.title'), __('shop.variations.add')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@include('boilerplate::load.fileinput')
|
@include('boilerplate::load.fileinput')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@extends('layout.index', [
|
@extends('layout.index', [
|
||||||
'title' => __('Shop.variations.title'),
|
'title' => __('shop.variations.title'),
|
||||||
'subtitle' => __('Shop.variations.list'),
|
'subtitle' => __('shop.variations.list'),
|
||||||
'breadcrumb' => [__('Shop.variations.title')]
|
'breadcrumb' => [__('shop.variations.title')]
|
||||||
])
|
])
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|||||||
Reference in New Issue
Block a user