@extends('layouts.app') @section('link') @endsection @section('content')
{{__('texte.brochures_arr.show.product')}} | {{__('texte.brochures_arr.show.forming_price')}} | {{__('texte.brochures_arr.show.forming_value')}} | {{__('texte.brochures_arr.show.discount')}} | {{__('texte.brochures_arr.show.price')}} | active!=1 ? "disabled" : ""}} title="{{__('texte.brochures_arr.show.add_product')}}"> | @foreach($brochure_products as $brochure_product)
---|---|---|---|---|---|
{{ $brochure_product->name }} | {{$brochure_product->price_type==0 ? __('texte.price_arr')[4] : __('texte.price_arr')[$brochure_product->price_type]}} | {{$brochure_product->price_type==0 || $brochure_product->price_type==4 ? '' : number_format($brochure_product->produkt[__('texte.price_arr_eng')[$brochure_product->price_type]]*1.2,5,'.','')}} | {{$brochure_product->price_type==0 || $brochure_product->price_type==4 ? '' : $brochure_product->discount}} | {{ number_format($brochure_product->price*1.2,5,'.','') }} {{__('texte.brochures_arr.show.bgn')}} |
|