@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') }}