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

{{trim($company)}}
@if($contact) {{$contact}}
@endif {{$street}}
{{$postcode}} {{$city}}

{{__('app.customer_number')}}: {{$customer_number}}
{{__('app.email')}}: {{$email}} @if($phone)
{{__('app.phone')}}: {{$phone}}

@endif @if($mode) Art: {{ $mode }}
@endif @if($surface) Oberfläche: {{ $surface }}
@endif @if($size) Flächengröße: {{ $size }}
@endif

{{ date('d.m.Y') }}

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

{{ __('app.pdf.chosen_products') }}

@if($recommendation) @foreach($recommendation as $item)
{{$item['count']}}x {{$item['title']}}
@endforeach @endif @if($product) @foreach($product as $item)
{{$item['count']}}x {{$item['title']}}
@endforeach @endif @if($comment)

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

{!! nl2br(e($comment), false) !!} @endif @endsection