@extends('user.layouts.master') @section('content')
@if (isset($discountPercentage->discount_percentage) && $discountPercentage->discount_percentage > 0)

Exclusive Offer

Get {{ intval($discountPercentage->discount_percentage) }} % off!

@else

Welcome to our shop

What would you like to order today?

@endif
@endsection @if($showAddressModal) @endif @section('scripts') @if($showAddressModal) @endif @endsection