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

{{ $company_name }}

@if($logo) @endif

{{ $company_name }}

About Us

{{ $about_text }}

Products
@foreach($products->chunk(2) as $chunk)
@foreach($chunk as $product)
@if($product->image) @endif

{{ $product->name }}

{!! $product->description !!}

@endforeach
@endforeach
Contact Us

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

@if(isset($qr_code))

Scan QR for Website/Socials

QR Code
@endif
@if(isset($testimonials) && count($testimonials))
Testimonials
@foreach($testimonials as $testimonial)
“{{ $testimonial['quote'] }}”
{{ $testimonial['author'] }}
@endforeach
@endif