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

{{ __('Payment successfully received !') }}

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

{{ __('Back') }}
@endsection