@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Reward Setting @endsection @section('styles') @endsection @section('content')

Reward Setting

@if ($errors->any())
@endif

Manage Conversion Rate

{{ csrf_field() }}
=
CAD
Minimum Redeemable Value

Total Redeemable amount should multiple this value

CAD
@endsection @section('scripts') @endsection