@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
img

{{__('Thank you for your order!')}}

{{__('Your order has been placed and will be processed as soon as possible. You will be receiving an email shortly with confirmation of your order.')}}

{{ __('Thank you for your payment') }} @if ($points) {{ __('Congratulations! You’ve earned ') . $points . __(' Points') }} @endif

{{__('View our products again')}}
@endsection