@extends('layout.customer.main') @section('content')

{{cus_lang('CUST_PANEL_PAGE_INVOICE_TITLE')}}

@include('includes.errors') @include('includes.success')
@lang('routes.CUST_PANEL_FILTER_TITLE')
{{Form::select('InvoiceType',Invoice::$invoice_type_customer,Input::get('InvoiceType'),array("class"=>"select2 small"))}}
{{ Form::text('IssueDateStart', Input::get('StartDate'), array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}
{{ Form::text('IssueDateEnd', Input::get('EndDate'), array("class"=>"form-control datepicker","data-date-format"=>"yyyy-mm-dd" ,"data-enddate"=>date('Y-m-d'))) }}

{{ Form::text('InvoiceNumber', '', array("class"=>"form-control")) }}

@if(is_PayNowInvoice($CompanyID)) @endif

@if(is_PayNowInvoice($CompanyID))
@endif
@lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_AC_NAME') @lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_INVOICE_NUMBER') @lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_ISSUE_DATE') @lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_GRAND_TOTAL') @lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_PAID_OS') @lang('routes.CUST_PANEL_PAGE_INVOICE_TBL_INVOICE_STATUS') @lang('routes.TABLE_COLUMN_ACTION')
@stop @section('footer_ext') @parent @stop