@extends('frontend.layouts.app') @section('title') {{ app_name() }} @endsection @section('content')
@foreach ($slider as $home_slider)

{{ $home_slider->title }}

{{ $home_slider->description }}

@endforeach

Search by Products

Filter your results by entering your home to ensure you find the parts that fit.

Our Featured Service

Filter your results by entering your home to ensure you find the parts that fit.

@php $i = 0; @endphp @foreach ($package as $featured_package) @php $i++; @endphp @if ($i == 3) @break @endif @endforeach @if (count($package) > 3) @endif
@if ($section3) @if ($section3->section_type == 2)
about-thumb
{!! $section3->name !!}
Learn More
@else
{!! $section3->name !!}
Learn More
about-thumb
@endif @endif
@if ($products) @if ($products->status == 1)

GET SMART SAVE BIG

@foreach ($productimages as $img)
product-media-img
@endforeach

{{ $products->product_name }}

{!! $products->product_description !!}
@endif @endif @if ($iconsection) @if ($iconsection->section_type == 3)
error-img {!! $iconsection->name !!}
@foreach ($iconimages as $img)

{{ $img->icon_title }}

@endforeach
@elseif($iconsection->section_type == 2)
error-img
{!! $iconsection->name !!}
@foreach ($iconimages as $img)

{{ $img->icon_title }}

@endforeach
@elseif($iconsection->section_type == 1)
{!! $iconsection->name !!}
@foreach ($iconimages as $img)

{{ $img->icon_title }}

@endforeach
error-img
@endif @endif @endsection @section('pagescript') @endsection