@extends('layouts.app') @section('style') @endsection @section('link') @endsection @section('content') @include('shared.messages')

Условия на {{$price_list->title}}


{{ csrf_field() }}
@foreach($categories as $current_category) @if(count($current_category->children)>0) @foreach($current_category->children as $index2=>$current_sub_category) @if(count($current_sub_category->children)>0) @foreach($current_sub_category->children as $index2=>$current_sub_sub_category) @foreach($current_sub_sub_category->products as $sub_sub_category_product) @endforeach @endforeach @endif @if(count($current_sub_category->products)>0) @foreach($current_sub_category->products as $sub_category_product) @endforeach @endif @endforeach @endif @if(count($current_category->products)>0) @foreach($current_category->products as $category_product) @endforeach @endif @endforeach
{{__('texte.price_lists_arr.conditions.name')}} {{__('texte.price_lists_arr.conditions.model_type')}} {{__('texte.price_lists_arr.conditions.forming_price')}} {{__('texte.price_lists_arr.conditions.discount')}} {{__('texte.price_lists_arr.conditions.price_base')}} {{__('texte.price_lists_arr.conditions.price_supply')}} {{__('texte.price_lists_arr.conditions.price_recommend')}} {{__('texte.price_lists_arr.conditions.end_price')}}
{{$current_category->name}} Категория
{{$current_sub_category->name}} Подкатегория
{{$current_sub_sub_category->name}} Подподкатегория
{{$sub_sub_category_product->name}} Продукт {{$sub_sub_category_product->price_base}} {{$sub_sub_category_product->price_recommend}} {{$sub_sub_category_product->price_supply}} {{$sub_sub_category_product->price_base}}
Продукти от категория {{$current_sub_category->name}}
{{$sub_category_product->name}} Продукт {{$sub_category_product->price_base}} {{$sub_category_product->price_recommend}} {{$sub_category_product->price_supply}} {{$sub_category_product->price_base}}
Продукти от категория {{$current_category->name}}
{{$category_product->name}} Продукт {{$category_product->price_base}} {{$category_product->price_recommend}} {{$category_product->price_supply}} {{$category_product->price_base}}
{{__('texte.price_lists_arr.conditions.calculating')}}
@endsection