Example #1
0
 function gallery()
 {
     View::share('PageTitle', 'Gallery');
     View::share('PageTitleSlug', 'gallery');
     View::share('headline', 'We have factory trained technicians');
     View::share('subhead', 'We take pride in what we do and stand behind our work 100%');
     View::share('PageText', 'Factory trained technicians means that your forklift equipment is in good hands. We pride ourselves on being able to quickly and accurately respond to units that are down or not functioning correctly. The goal of our service department is to ensure that your forklift equipment will be quickly and promptly repaired. Your business is important to us because if you succeed then we succeed. We take pride in what we do and stand behind our work 100%. Give us a call today to request a service call for all makes and models of forklifts. Interested in a preventive maintenance program for your fleet of forklifts? Call us today or request a quote.');
     $tGalleryImages = \App\GalleryImage::Newandrecentlysold()->get();
     View::share('tGalleryImages', $tGalleryImages);
     return view('gallery');
 }