@extends('admin.layouts.master') @section('title', __('Rewards Program')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Rewards Program') }}

{{ __('Manage reward and bonuses that you want to give users.') }}

{{ __('Signup Bonus') }}
{{ __('Give additional bonus for new signup into website.') }}
{{ __('The amount will received once signup completed.') }}
{{ base_currency() }}
{{ __('Specify the amount to add into account.') }}
{{ __('Deposit Bonus') }}
{{ __('Give additional bonus for the first successful deposit.') }}
{{ __('The amount will adjust into account once first deposit completed.') }}
{{ __('Specify the amount to add into account.') }}
@csrf
@endsection