@php $isPdf = request()->routeIs('brochures.download'); @endphp @php $isPdf = request()->routeIs('brochures.download'); @endphp
@if($logo) @endif

{{ $company_name }}

@if($image) @endif
About Us

{{ $about_text }}

Products
@foreach($products->take(3) as $product)
{{ $product->name }}
@if($product->image) @endif {!! $product->description !!}

@endforeach
More Products
@foreach($products->slice(3) as $product)
{{ $product->name }}
@if($product->image) @endif {!! $product->description !!}
@endforeach
Contact Us

{!! nl2br(e($contact_info)) !!}