@extends($extends) @section('content')

@lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TITLE')

@lang('routes.CUST_PANEL_FILTER_TITLE')
{{ Form::text('StartDate', $original_startdate, array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}
{{ Form::text('EndDate', $original_enddate, array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}

@lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TBL_DATE') @lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TBL_PAYMENTS') @lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TBL_CONSUMPTION') @lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TBL_TOTAL') @lang('routes.CUST_PANEL_PAGE_MOVEMENT_REPORT_TBL_BALANCE')
@stop