@extends('frontend.layouts.main') @section('title') {{ __('Bonuses') }} @endsection @section('content')

{{ __('Referral program') }}

{{ __('Refer your friends to our casino and get bonus credits.') }} {{ __('Please copy the link below and share with your friends.') }}

{{ __('You will get the following bonuses for referred users.') }}

{{ __('You referred :n users and earned :total credits so far.', ['n' => $referred_users_count, 'total' => $referral_total_bonus]) }}

{{ __('Other bonuses') }}

@endsection @push('scripts') @endpush