@extends('layout.customer.main') @section('content')
@lang('routes.CUST_PANEL_FILTER_TITLE')

@if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardTotalOutstanding',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPayableAmount',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardReceivableAmount',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardTotalInvoiceSent',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardTotalInvoiceReceived',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardDueAmount',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardOverDueAmount',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPaymentReceived',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPaymentSent',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardOutstanding',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPendingDispute',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPendingEstimate',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardMORBalance',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardCallShopBalance',$BillingDashboardWidgets)) @endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardAccountBalance',$BillingDashboardWidgets)) @endif
@if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardInvoiceExpense',$BillingDashboardWidgets))

@lang('routes.CUST_PANEL_PAGE_ANALYSIS_HEADING_INVOICES_&_EXPENSES')

{{ Form::select('ListType',array( "Weekly"=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_LISTTYPE_LBL_WEEKLY"), "Monthly"=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_LISTTYPE_LBL_MONTHLY"), "Yearly"=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_LISTTYPE_LBL_YEARLY") ),$monthfilter,array("class"=>"select_gray","id"=>"ListType")) }}
@endif @if((count($BillingDashboardWidgets)==0) || in_array('BillingDashboardPincodeWidget',$BillingDashboardWidgets))

@lang('routes.CUST_PANEL_PAGE_ANALYSIS_HEADING_PINCODE')

{{ Form::select('PinExt', array( 'pincode'=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_PINEXT_LBL_BY_PINCODE"), 'extension'=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_PINEXT_LBL_BY_EXTENSION") ), 1, array('id'=>'PinExt','class'=>'select_gray')) }} {{ Form::select('Type', array( 1=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_TYPE_LBL_BY_COST"), 2=>cus_lang("CUST_PANEL_PAGE_ANALYSIS_DDL_TYPE_LBL_BY_DURATION") ), 1, array('id'=>'Type','class'=>'select_gray')) }} {{ Form::select('Limit', array(5=>5,10=>10,20=>20), 5, array('id'=>'pin_size','class'=>'select_gray')) }}
@endif @stop @section('footer_ext') @parent @stop