@extends('backend.layout.main') @section('content') {{ __("db.Reward Point Setting") }} {{ __("db.The field labels marked with * are required input fields") }}. {!! Form::open(['route' => 'setting.rewardPointStore', 'files' => true, 'method' => 'post']) !!} {{-- ACTIVE --}} is_active) ? 'checked' : '' }}> {{ __("db.Active reward point") }} {{-- PER POINT AMOUNT --}} {{ __("db.Sold amount per point") }} * {{-- MINIMUM AMOUNT --}} {{ __("db.Minimum sold amount to get point") }} * {{-- EXPIRY DURATION --}} {{ __("db.Point Expiry Duration") }} {{-- EXPIRY TYPE --}} {{ __("db.Duration Type") }} type == 'days' ? 'selected' : '' }}>Days type == 'months' ? 'selected' : '' }}>Months type == 'years' ? 'selected' : '' }}>Years {{-- row end --}} {{-- ========================================= --}} {{-- REDEEM POINTS SETTINGS --}} {{-- ========================================= --}} {{ __("db.Redeem Points Settings") }}: {{-- Redeem amount per unit point --}} {{ __("db.Redeem amount per unit point") }} {{-- Minimum order total --}} {{ __("db.Minimum order total to redeem points") }} {{-- Minimum redeem point --}} {{ __("db.Minimum redeem point") }} {{-- Maximum redeem point --}} {{ __("db.Maximum redeem point per order") }} {{-- redeem row end --}} {{ __("db.submit") }} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{ __("db.The field labels marked with * are required input fields") }}.