Quick Links
Products
@foreach(\App\Models\Product::where('is_active',1)->orderBy('sort_order')->get() as $p)
@endforeach
Solutions
@foreach(\App\Models\Solution::where('is_active',1)->orderBy('sort_order')->get() as $s)
@endforeach
Contact
@if(!empty($settings['contact_email']))
@endif