@extends('layouts.pdf') @section('pdf_content')

TEST TEST TEST

{{__('app.your_selection')}}

@if($optimal)
{{ __('app.machine_optimal') }}
@if($related) @foreach($related as $relatedTopProductItem) @if($relatedTopProductItem->is_product) @if ($loop->first)

{{ __('app.machine') }}

test {{--
--}}

{{$product->title}}

{!! $product->description !!}

{{ __('app.area_of_application') }}

{!! $product->application !!} @if($product->pim_id) {{ __('app.show_product') }} @endif

{{ __('app.consumables') }}

@endif
test {{--
--}}

{{$relatedTopProductItem->title}}

{!! $relatedTopProductItem->description !!}

{{ __('app.area_of_application') }}

{!! $relatedTopProductItem->application !!} @if($relatedTopProductItem->pim_id) {{ __('app.show_product') }} @endif
@endif @endforeach @endif @if($tips)

{{ __('app.guide') }}

@endif @elseif($suitable && !$optimal)
{{ __('app.machine_not_optimal') }}

{{ __('app.our_recommendation') }}

{{ __('app.machine') }}

test {{--
--}}

{{$topProduct->title}}

{!! $topProduct->description !!}

{{ __('app.area_of_application') }}

{!! $topProduct->application !!} @if($topProduct->pim_id) {{ __('app.show_product') }} @endif
@if($relatedTopProduct) @foreach($relatedTopProduct as $relatedTopProductItem) @if($relatedTopProductItem->is_product) @if ($loop->first)

{{ __('app.consumables') }}

@endif
test {{--
--}}

{{$relatedTopProductItem->title}}

{!! $relatedTopProductItem->description !!}

{{ __('app.area_of_application') }}

{!! $relatedTopProductItem->application !!} @if($relatedTopProductItem->pim_id) {{ __('app.show_product') }} @endif
@endif @endforeach @endif

{{ __('app.your_machine') }}

{{ __('app.machine') }}

test {{--
--}}

{{$product->title}}

{!! $product->description !!}

{{ __('app.area_of_application') }}

{!! $product->application !!} @if($product->pim_id) {{ __('app.show_product') }} @endif
@if($related) @foreach($related as $relatedTopProductItem) @if($relatedTopProductItem->is_product) @if ($loop->first)

{{ __('app.consumables') }}

@endif
test {{--
--}}

{{$relatedTopProductItem->title}}

{!! $relatedTopProductItem->description !!}

{{ __('app.area_of_application') }}

{!! $relatedTopProductItem->application !!} @if($relatedTopProductItem->pim_id) {{ __('app.show_product') }} @endif
@endif @endforeach @endif @if($tips)

{{ __('app.guide') }}

@endif @else @if($product)
{{ __('app.machine_not_suitable') }}
@else
{{ __('app.recommendation_machine') }}
@endif

{{ __('app.our_recommendation') }}

{{ __('app.machine') }}

test

{{$topProduct->title}}

{!! $topProduct->description !!}

{{ __('app.area_of_application') }}

{!! $topProduct->application !!} @if($topProduct->pim_id) {{ __('app.show_product') }} @endif
@if($relatedTopProduct) @foreach($relatedTopProduct as $relatedTopProductItem) @if($relatedTopProductItem->is_product) @if ($loop->first)

{{ __('app.consumables') }}

@endif
test {{--
--}}

{{$relatedTopProductItem->title}}

{!! $relatedTopProductItem->description !!}

{{ __('app.area_of_application') }}

{!! $relatedTopProductItem->application !!} @if($relatedTopProductItem->pim_id) {{ __('app.show_product') }} @endif
@endif @endforeach @endif @if($tips)

{{ __('app.guide') }}

@endif @endif

{{__('app.customer_notice')}}
{{ __('app.customer_link') }}

{{ trans('app.disclaimer_line_1') }}
{{ trans('app.disclaimer_line_2') }}
@endsection