@extends('backend.layout.main') @section('content') @if(session()->has('message'))
×
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
×
{{ session()->get('not_permitted') }}
@endif
{{trans('file.Reward Point Setting')}}
{{trans('file.The field labels marked with * are required input fields')}}.
{!! Form::open(['route' => 'setting.rewardPointStore', 'files' => true, 'method' => 'post']) !!}
@if($lims_reward_point_setting_data->is_active)
@else
@endif
{{trans('file.Active reward point')}}
{{trans('file.Sold amount per point')}} *
{{trans('file.Minumum sold amount to get point')}} *
{{trans('file.Point Expiry Duration')}}
{{trans('file.Duration Type')}}
@if($lims_reward_point_setting_data->type == 'Year')
Years
Months
@else
Years
Months
@endif
{{trans('file.submit')}}
{!! Form::close() !!}
@endsection @push('scripts') @endpush