@extends('front.app') @section('title', 'Izharson Perfumers') @section('content')
@foreach($features as $feature)
{{ $feature->title }}

{{ $feature->description }}

@endforeach
@if($dealProducts->isNotEmpty() && $maxDealEnd)

Deal of the Day

  • Days :
  • Hours :
  • Minutes :
  • Seconds
@endif

Shop by Category

{{-- Banner 1 --}}
{{-- Banner 2 --}}
Members get free shipping* with no order minimum!*Restrictions apply.Try free 30-day trial
@foreach($features as $feature)
{{ $feature->title }}

{{ $feature->description }}

@endforeach
@endsection