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

{{ $company_name }}

{{ $company_name }}

About Us

{{ $about_text }}

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

{{ $product->name }}

{{ strip_tags($product->description) }}

@endforeach
@endforeach
Contact Us

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

@if(isset($qr_code))
Scan QR for Website / Socials
@endif
@if(!empty($testimonials))
Testimonials
@foreach($testimonials as $testimonial)
“{{ $testimonial['quote'] }}”
{{ $testimonial['author'] }}
@endforeach
@endif