@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']) !!} @if($lims_reward_point_setting_data && $lims_reward_point_setting_data->is_active) @else @endif {{__('db.Active reward point')}} {{__('db.Sold amount per point')}} * {{__('db.Minumum sold amount to get point')}} * {{__('db.Point Expiry Duration')}} {{__('db.Duration Type')}} @if($lims_reward_point_setting_data && $lims_reward_point_setting_data->type == 'Year') Years Months @else Years Months @endif {{__('db.submit')}} {!! Form::close() !!} @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.