@extends('layouts.app') @section('title', __('Bhavya Points')) @section('content') @lang('Bhavya Points ') @component('components.widget', ['class' => 'box-primary']) @csrf Point Type: @if($data->point_type == "Amount") Amount Percentage @else Percentage Amount @endif Point Value: Prime Member Yearly Subscription: Share (₹): Direct (%): Pair (%): Max Sharing: Shared by : @php if(!empty($data->shared_by)){ if($data->shared_by=="Prime Member"){ $prime_check = "checked" ; $shared_by =''; }elseif($data->shared_by=="Customer"){ $prime_check = "" ; $shared_by ='checked'; } else{ $prime_check = 'checked' ; $shared_by ='checked'; } }else{ $prime_check = '' ; $shared_by =''; } @endphp Prime Member Customer Closing: --Select-- closing=="daily" ? 'selected' : ''}} >Daily closing=="Weekly" ? 'selected' : ''}} >Weekly closing=="Fort Nightly" ? 'selected' : ''}} >Fort Nightly closing=="Monthly" ? 'selected' : ''}} >Monthly closing=="Quarterly" ? 'selected' : ''}} >Quarterly closing=="Half Yearly" ? 'selected' : ''}} >Half Yearly closing=="Yearly" ? 'selected' : ''}} >Yearly closing=="Periodically" ? 'selected' : ''}} >Periodically @if($data->closing=="Periodically") Days: @else Days: @endif Pair Capping (₹): Repurchase Capping (%): Minimum INR Limits Recharge (₹): Transfer (₹): Withdrawal (₹): TDS Applicable For TDS Deduction (%): TDS Applicable for : tds_share == 1) ? 'checked' : '' }} > Share tds_recharge == 1) ? 'checked' : '' }} > Recharge tds_direct == 1) ? 'checked' : '' }} > Direct tds_pair == 1) ? 'checked' : '' }} > Pair tds_transfer == 1) ? 'checked' : '' }} > Transfer tds_repurchase == 1) ? 'checked' : '' }} > Repurchase tds_withdraw == 1) ? 'checked' : '' }} > Withdraw tds_prime_member_subscription == 1) ? 'checked' : '' }} > Prime Member Subscription Update @endcomponent {!! Form::close() !!} @endsection @section('javascript') @php $asset_v = env('APP_VERSION'); @endphp @endsection