@extends('layouts/microfin_layout') @section('title', '| General configuration') @section('content')
Daily&Weekly Configuration
{!! Form::open([ 'url' => '', 'role' => 'form', 'id' => 'formId', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal form-groups', ]) !!}
{!! Form::label('insClaim', 'INS. Claim:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'insClaim', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['insClaim']) ? (int) $damageData['dailyWeeklyConfigurationData']['insClaim'] : '', ['class' => 'form-control memberSetting', 'id' => 'insClaim'], ) !!}
{!! Form::label('fullyPaymentLoan', 'Fully Payment Loan:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'fullyPaymentLoan', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['fullyPaymentLoan']) ? (int) $damageData['dailyWeeklyConfigurationData']['fullyPaymentLoan'] : '', ['class' => 'form-control memberSetting', 'id' => 'fullyPaymentLoan'], ) !!}
{!! Form::label('loanDisbursement', 'Loan Disbursement:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'loanDisbursement', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['loanDisbursement']) ? (int) $damageData['dailyWeeklyConfigurationData']['loanDisbursement'] : '', ['class' => 'form-control memberSetting', 'id' => 'loanDisbursement'], ) !!}
{!! Form::label('showOptionalProductFullyPaid', 'Show Optional Product Fully Paid(BM):', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'showOptionalProductFullyPaid', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['showOptionalProductFullyPaid']) ? (int) $damageData['dailyWeeklyConfigurationData']['showOptionalProductFullyPaid'] : '', ['class' => 'form-control memberSetting', 'id' => 'loanDisbursement'], ) !!}
{!! Form::label('passBookCollectionFeeOn3.1And3.10', 'Pass Book Collection Fee On 3.1 And 3.10:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'passBookCollectionFeeOnAnd', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['passBookCollectionFeeOnAnd']) ? (int) $damageData['dailyWeeklyConfigurationData']['passBookCollectionFeeOnAnd'] : '', ['class' => 'form-control memberSetting', 'id' => 'passBookCollectionFeeOnAnd'], ) !!}
{!! Form::label('showRedColorSamityOnFoReport', 'Show Red Color Samity On Fo Report:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'showRedColorSamityOnFoReport', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['showRedColorSamityOnFoReport']) ? (int) $damageData['dailyWeeklyConfigurationData']['showRedColorSamityOnFoReport'] : '', ['class' => 'form-control memberSetting', 'id' => 'showRedColorSamityOnFoReport'], ) !!}
{!! Form::label('showSamityListInBM', 'Show Samity List In BM:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'showSamityListInBM', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['showSamityListInBM']) ? (int) $damageData['dailyWeeklyConfigurationData']['showSamityListInBM'] : '', ['class' => 'form-control memberSetting', 'id' => 'showSamityListInBM'], ) !!}
{!! Form::label('showLoanFromFee', 'Show Loan From Fee?:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'showLoanFromFee', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['showLoanFromFee']) ? (int) $damageData['dailyWeeklyConfigurationData']['showLoanFromFee'] : '', ['class' => 'form-control memberSetting', 'id' => 'showLoanFromFee'], ) !!}
{!! Form::label('showMultipleInsuranceAt', 'Show Multiple Insurance At 3.1:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'showMultipleInsuranceAt', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['showMultipleInsuranceAt']) ? (int) $damageData['dailyWeeklyConfigurationData']['showMultipleInsuranceAt'] : '', ['class' => 'form-control memberSetting', 'id' => 'showMultipleInsuranceAt'], ) !!}
{!! Form::label('todaysDue', 'Todays Due:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'todaysDue', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['todaysDue']) ? (int) $damageData['dailyWeeklyConfigurationData']['todaysDue'] : '', ['class' => 'form-control memberSetting', 'id' => 'todaysDue'], ) !!}
{!! Form::label('todaysTotalCollection', 'Todays Total Collection:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'todaysTotalCollection', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['todaysTotalCollection']) ? (int) $damageData['dailyWeeklyConfigurationData']['todaysTotalCollection'] : '', ['class' => 'form-control memberSetting', 'id' => 'todaysTotalCollection'], ) !!}
{!! Form::label('todaysTotalNetCollection', 'Todays Total Net Collection:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'todaysTotalNetCollection', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['todaysTotalNetCollection']) ? (int) $damageData['dailyWeeklyConfigurationData']['todaysTotalNetCollection'] : '', ['class' => 'form-control memberSetting', 'id' => 'todaysTotalNetCollection'], ) !!}
{!! Form::label('todaysTotalRefund', 'Todays Total Refund:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'todaysTotalRefund', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['todaysTotalRefund']) ? (int) $damageData['dailyWeeklyConfigurationData']['todaysTotalRefund'] : '', ['class' => 'form-control memberSetting', 'id' => 'todaysTotalRefund'], ) !!}
{!! Form::label('totalNoInstallDue', 'Total No.Install. Due:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'totalNoInstallDue', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['totalNoInstallDue']) ? (int) $damageData['dailyWeeklyConfigurationData']['totalNoInstallDue'] : '', ['class' => 'form-control memberSetting', 'id' => 'totalNoInstallDue'], ) !!}
{!! Form::label('totalNoInstallPayer', 'Total No.Install. Payer:', [ 'class' => 'col-sm-3 control-label dailyWeekly', ]) !!}
{!! Form::select( 'totalNoInstallPayer', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['totalNoInstallPayer']) ? (int) $damageData['dailyWeeklyConfigurationData']['totalNoInstallPayer'] : '', ['class' => 'form-control memberSetting', 'id' => 'totalNoInstallPayer'], ) !!}
{!! Form::label('totalLoanee', 'Total Loanee:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'totalLoanee', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['totalLoanee']) ? (int) $damageData['dailyWeeklyConfigurationData']['totalLoanee'] : '', ['class' => 'form-control memberSetting', 'id' => 'totalLoanee'], ) !!}
{!! Form::label('totalMembers', 'Total Members:', ['class' => 'col-sm-3 control-label dailyWeekly']) !!}
{!! Form::select( 'totalMembers', $damageData['boolean'], isset($damageData['dailyWeeklyConfigurationData']['totalMembers']) ? (int) $damageData['dailyWeeklyConfigurationData']['totalMembers'] : '', ['class' => 'form-control memberSetting', 'id' => 'totalMembers'], ) !!}
{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection