@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' : '' }}>  
{{-- PER POINT AMOUNT --}}
{{-- MINIMUM AMOUNT --}}
{{-- EXPIRY DURATION --}}
{{-- EXPIRY TYPE --}}
{{-- row end --}}
{{-- ========================================= --}} {{-- REDEEM POINTS SETTINGS --}} {{-- ========================================= --}}

{{ __("db.Redeem Points Settings") }}:

{{-- Redeem amount per unit point --}}
{{-- Minimum order total --}}
{{-- Minimum redeem point --}}
{{-- Maximum redeem point --}}
{{-- redeem row end --}}
{!! Form::close() !!}
@endsection @push('scripts') @endpush