@extends('layouts.frontend.app') @section('content')
@foreach($discounts as $eachDiscount) @if($loop->odd)

{{$eachDiscount->description}}

Cover Up Front Of Books and Leave Summary

Order Now!
@else

{{$eachDiscount->description}}

Cover Up Front Of Books and Leave Summary

Learn More
@endif @endforeach
Free Shipping Item

Orders over $500

Money Back Guarantee

100% money back

Cash On Delivery

Lorem ipsum dolor amet

Help & Support

Call us : + 0123.4567.89

Promotion Section

Home Tab Slider Section

{{-- --}}
@foreach($products as $product)
{{ ($settings == NULL ? "" : $settings->currency_symbol) . " " . $product->sellingPrice }} {{-- £{{$product->sellingPrice}} --}} {{-- 20% --}}
@endforeach
{{-- tab end --}}
@endsection @section('scripts') @stop