@extends('layouts.app') @section('content')
{{strtoupper(__('texte.objects_arr.price_formation.id'))}} | {{__('texte.objects_arr.price_formation.name')}} | {{__('texte.objects_arr.price_formation.description')}} | {{__('texte.objects_arr.price_formation.active_f')}} | {{__('texte.objects_arr.price_formation.actions')}} |
---|---|---|---|---|
{{ $brochure->id }} | {{ $brochure->title }} | {{ $brochure->description }} | {{Lang::get('texte.replies_arr')[ $brochure->active]}} |
{{__('texte.objects_arr.price_formation.objects_conditions')}}
@if(strpos($object->brochures,",".$brochure->id.",")===false)
@else
@endif
|
{{strtoupper(__('texte.objects_arr.price_formation.id'))}} | {{__('texte.objects_arr.price_formation.name')}} | {{__('texte.objects_arr.price_formation.description')}} | {{__('texte.objects_arr.price_formation.active_f')}} | {{__('texte.objects_arr.price_formation.actions')}} |
---|---|---|---|---|
{{ $promotion->id }} | {{ $promotion->title }} | {{ $promotion->description }} | {{Lang::get('texte.replies_arr')[ $promotion->active]}} |
{{__('texte.objects_arr.price_formation.objects_conditions')}}
@if(strpos($object->promotions,",".$promotion->id.",")=== false)
@else
@endif
|
{{strtoupper(__('texte.objects_arr.price_formation.id'))}} | {{__('texte.objects_arr.price_formation.name')}} | {{__('texte.objects_arr.price_formation.description')}} | {{__('texte.objects_arr.price_formation.active_f')}} | {{__('texte.objects_arr.price_formation.actions')}} |
---|---|---|---|---|
{{ $price_list->id}} | {{ $price_list->title }} | {{ $price_list->description }} | {{ Lang::get('texte.replies_arr')[$price_list->active]}} |
{{__('texte.objects_arr.price_formation.objects_conditions')}}
@if($object->price_list_id==0)
@else
@endif
|
{{strtoupper(__('texte.objects_arr.price_formation.id'))}} | {{__('texte.objects_arr.price_formation.name')}} | {{__('texte.objects_arr.price_formation.actions')}} |
---|---|---|
{{ $product_list->id}} | {{ $product_list->title }} |
{{__('texte.objects_arr.price_formation.objects')}}
@if($object->product_list_id==0)
@else
@endif
|
{{strtoupper(__('texte.objects_arr.price_formation.id'))}} | {{__('texte.objects_arr.price_formation.name')}} | {{__('texte.objects_arr.price_formation.parent_parent_category')}} | {{__('texte.objects_arr.price_formation.parent_category')}} | {{__('texte.objects_arr.price_formation.category')}} | {{__('texte.objects_arr.price_formation.actions')}} |
---|---|---|---|---|---|
{{ $forbidden_product->id }} | {{ $forbidden_product->name }} | {{ $forbidden_product->parent_parent_category }} | {{ $forbidden_product->parent_category }} | {{ $forbidden_product->category }} |
@if(strpos($object->forbidden_products,",".$forbidden_product->id.",")=== false)
@else
@endif
|