@extends('layouts.app', [ 'title' => 'Промо', 'descriptionPage' => 'Промо компании', 'keysPage' => '',]) @section('head') @endsection @section('content')
@foreach($promos as $item)
@if($item->product_id) @if($item->product->img) @endif @endif
product_id)href="/product/{{$item->product->url}}" @endif>

{{$item->name}}

{!! $item->text !!}
@if($item->product_id){{$item->product->sale_price}} @endif {{$valuta}}
@if($item->product->images)
@foreach($item->product->images as $photo) @endforeach
@endif
{!! $item->left_column !!}
{!! $item->right_column !!}
@if($item->new != $item->name)
{{$item->new}}
@endif @if($item->prev != $item->name)
{{$item->prev}}
@endif
@if($item->footer[2]['name'])
@foreach($item->products as $product)
@if($product->img) {{$product->name}} @else
@endif
{{$product->sale_price}} {{$valuta}}
+ Cart White
@endforeach
@endif
@endforeach
@endsection