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