@extends('layouts/microfin_layout') @section('title', '| Collection Sheet Configuration') @section('content')
CollectionSheet Configuration
{!! Form::open(array('url' => '', 'role' => 'form','id' =>'formId','enctype' => 'multipart/form-data', 'class' => 'form-horizontal form-groups')) !!}
{!! Form::label('showAutoFieldWeekly', 'Show Auto Field Weekly:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showAutoFieldWeekly'])) { if($damageData['collectionSheetConfiguration']['showAutoFieldWeekly']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showAutoFieldWeekly']==0){ $value = "No"; }elseif($damageData['collectionSheetConfiguration']['showAutoFieldWeekly']==1){ $value="Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('collectionSheetOptions', 'Collection Sheet Options:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['memberSortingOptions'])) { if($damageData['collectionSheetConfiguration']['memberSortingOptions']==''){ $value =''; } else $value ="All Product Wish"; } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('memberSortingOptions', 'Member Sorting Options:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['memberSortingOptions'])) { if($damageData['collectionSheetConfiguration']['memberSortingOptions']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['memberSortingOptions']==0){ $value = "Code"; } elseif($damageData['collectionSheetConfiguration']['memberSortingOptions']==1){ $value = "Product"; } elseif($damageData['collectionSheetConfiguration']['memberSortingOptions']==2){ $value = "Id"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('memberStatus', 'Member Status:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['memberStatus'])) { if($damageData['collectionSheetConfiguration']['memberStatus']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['memberStatus']==1){ $value = "Active"; } elseif($damageData['collectionSheetConfiguration']['memberStatus']==0){ $value = "All"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('mode', 'Mode:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['mode'])) { if($damageData['collectionSheetConfiguration']['mode']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['mode']==0){ $value = "Normal"; } elseif($damageData['collectionSheetConfiguration']['mode']==1){ $value = "Compact"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('reportOption', 'Report Option:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['reportOption'])) { if($damageData['collectionSheetConfiguration']['reportOption']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['reportOption']==0){ $value = "Single Part"; } elseif($damageData['collectionSheetConfiguration']['reportOption']==1) $value = "MultiPart"; elseif($damageData['collectionSheetConfiguration']['reportOption']==2){ $value = "SinglePart Optimize"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('collectionSheet', 'Collection Sheet:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['reportOption'])) { if($damageData['collectionSheetConfiguration']['collectionSheet']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['collectionSheet']==0){ $value = "Single Page"; } elseif($damageData['collectionSheetConfiguration']['collectionSheet']==1){ $value = "Multi Page"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showAdvanceField', 'Show Advance Field:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['collectionSheet'])) { if($damageData['collectionSheetConfiguration']['collectionSheet']==''){ $value =''; } else $value = "No"; } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showAutoAmount', 'Show Auto Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showAutoAmount'])) { if($damageData['collectionSheetConfiguration']['showAutoAmount']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['showAutoAmount']==0){ $value = "No"; } elseif($damageData['collectionSheetConfiguration']['showAutoAmount']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showAutoField', 'Show Auto Field:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showAutoField'])) { if($damageData['collectionSheetConfiguration']['showAutoField']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['showAutoField']==0){ $value = "No"; } elseif($damageData['collectionSheetConfiguration']['showAutoField']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showAlwaysExtraRow','Show Always Extra 5 Row:',['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showAlwaysExtraRow'])) { if($damageData['collectionSheetConfiguration']['showAlwaysExtraRow']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['showAlwaysExtraRow']==0){ $value = "No"; } elseif($damageData['collectionSheetConfiguration']['showAlwaysExtraRow']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showExtraFooter', 'Show Extra Footer:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showExtraFooter'])) { if($damageData['collectionSheetConfiguration']['showExtraFooter']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['showExtraFooter']==0){ $value = "No"; } elseif($damageData['collectionSheetConfiguration']['showExtraFooter']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showHeaderAddress', 'Show Header Address:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showHeaderAddress'])) { if($damageData['collectionSheetConfiguration']['showHeaderAddress']==''){ $value =''; } elseif($damageData['collectionSheetConfiguration']['showHeaderAddress']==0){ $value = "No"; } elseif($damageData['collectionSheetConfiguration']['showHeaderAddress']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showHolidayWeek', 'Show Holiday Week:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showHolidayWeek'])) { if($damageData['collectionSheetConfiguration']['showHolidayWeek']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showHolidayWeek']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showHolidayWeek']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showInterestAmount', 'Show Interest Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showInterestAmount'])) { if($damageData['collectionSheetConfiguration']['showInterestAmount']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showInterestAmount']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showInterestAmount']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showIrregularCollection', 'Show Irregular Collection:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showIrregularCollection'])) { if($damageData['collectionSheetConfiguration']['showIrregularCollection']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showIrregularCollection']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showIrregularCollection']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLastScheduleDate', 'Show Last Schedule Date:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLastScheduleDate'])) { if($damageData['collectionSheetConfiguration']['showLastScheduleDate']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLastScheduleDate']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLastScheduleDate']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLoanCode', 'Show Loan Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLoanCode'])) { if($damageData['collectionSheetConfiguration']['showLoanCode']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLoanCode']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLoanCode']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLoanCycle', 'Show Loan Cycle:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLoanCycle'])) { if($damageData['collectionSheetConfiguration']['showLoanCycle']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLoanCycle']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLoanCycle']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLoanProductName','Show Loan Product Name:',['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLoanProductName'])) { if($damageData['collectionSheetConfiguration']['showLoanProductName']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLoanProductName']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLoanProductName']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLoanPurpose', 'Show Loan Purpose:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLoanPurpose'])) { if($damageData['collectionSheetConfiguration']['showLoanPurpose']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLoanPurpose']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLoanPurpose']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showLoanRebate', 'Show Loan Rebate:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showLoanRebate'])) { if($damageData['collectionSheetConfiguration']['showLoanRebate']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showLoanRebate']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showLoanRebate']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMemberAdmissionDate', 'Show Member Admission Date:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMemberAdmissionDate'])) { if($damageData['collectionSheetConfiguration']['showMemberAdmissionDate']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMemberAdmissionDate']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMemberAdmissionDate']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMemberAttendance', 'Show Member Attendance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMemberAttendance'])) { if($damageData['collectionSheetConfiguration']['showMemberAttendance']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMemberAttendance']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMemberAttendance']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMemberCode', 'Show Member Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMemberCode'])) { if($damageData['collectionSheetConfiguration']['showMemberCode']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMemberCode']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMemberCode']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMobileNo', 'Show Mobile No:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMobileNo'])) { if($damageData['collectionSheetConfiguration']['showMobileNo']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMobileNo']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMobileNo']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMonthEndDue', 'Show Month End Due:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMobileNo'])) { if($damageData['collectionSheetConfiguration']['showMobileNo']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMonthEndDue']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMonthEndDue']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMonthEndLoanAdvance', 'Show Month End Loan Advance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMonthEndLoanAdvance'])) { if($damageData['collectionSheetConfiguration']['showMonthEndLoanAdvance']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMonthEndLoanAdvance']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMonthEndLoanAdvance']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('ShowMonthEndSavingsBalance', 'Show Month End Savings Balance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['ShowMonthEndSavingsBalance'])) { if($damageData['collectionSheetConfiguration']['ShowMonthEndSavingsBalance']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['ShowMonthEndSavingsBalance']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['ShowMonthEndSavingsBalance']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showNoOfInstallment','Show No. Of Installment:',['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showNoOfInstallment'])) { if($damageData['collectionSheetConfiguration']['showNoOfInstallment']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showNoOfInstallment']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showNoOfInstallment']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showOpeningAdvance', 'Show Opening Advance:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showOpeningAdvance'])) { if($damageData['collectionSheetConfiguration']['showOpeningAdvance']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showOpeningAdvance']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showOpeningAdvance']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showMonthEndLoanOutstanding', 'Show Month End Loan Outstanding:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showMonthEndLoanOutstanding'])) { if($damageData['collectionSheetConfiguration']['showMonthEndLoanOutstanding']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showMonthEndLoanOutstanding']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showMonthEndLoanOutstanding']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showPenaltyAmount', 'Show Penalty Amount:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showPenaltyAmount'])) { if($damageData['collectionSheetConfiguration']['showPenaltyAmount']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showPenaltyAmount']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showPenaltyAmount']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showPrimaryProduct', 'Show Primary Product:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showPrimaryProduct'])) { if($damageData['collectionSheetConfiguration']['showPrimaryProduct']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showPrimaryProduct']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showPrimaryProduct']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showReportSignature', 'Show Report Signature:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showReportSignature'])) { if($damageData['collectionSheetConfiguration']['showReportSignature']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showReportSignature']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showReportSignature']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('ShowSavingsAfterMatured', 'Show Savings After Matured:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['ShowSavingsAfterMatured'])) { if($damageData['collectionSheetConfiguration']['ShowSavingsAfterMatured']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['ShowSavingsAfterMatured']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['ShowSavingsAfterMatured']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showSavingsCode', 'Show Savings Code:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showSavingsCode'])) { if($damageData['collectionSheetConfiguration']['showSavingsCode']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showSavingsCode']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showSavingsCode']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showSpouseName', 'Show Spouse Name:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showSpouseName'])) { if($damageData['collectionSheetConfiguration']['showSpouseName']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showSpouseName']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showSpouseName']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showTotalCollection', 'Show Total Collection:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showTotalCollection'])) { if($damageData['collectionSheetConfiguration']['showTotalCollection']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showTotalCollection']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showTotalCollection']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::label('showSpouseHeadAs', 'Show Spouse Head As:', ['class' => 'col-sm-3 control-label collectionSheet']) !!} @php if (isset($damageData['collectionSheetConfiguration']['showSpouseHeadAs'])) { if($damageData['collectionSheetConfiguration']['showSpouseHeadAs']==''){ $value = ''; } elseif($damageData['collectionSheetConfiguration']['showSpouseHeadAs']==0){ $value ="No"; } elseif($damageData['collectionSheetConfiguration']['showSpouseHeadAs']==1){ $value = "Yes"; } } @endphp {!! Form::label('', $value ?? '', ['class' => 'col-sm-9 control-label collectionSheet']) !!}
{!! Form::close() !!}
@endsection