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

{{cus_lang('CUST_PANEL_PAGE_CREDITNOTE_TITLE')}}

@include('includes.errors') @include('includes.success')
@lang('routes.CUST_PANEL_FILTER_TITLE')
{{Form::select('CreditNotesStatus',CreditNotes::$creditnotes_status_customer,Input::get('CreditNotesStatus'),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('CreditNotesNumber', '', array("class"=>"form-control")) }}


@lang('routes.CUST_PANEL_PAGE_CREDITNOTE_TBL_CREDITNOTE_NUMBER') @lang('routes.CUST_PANEL_PAGE_CREDITNOTE_TBL_ISSUE_DATE') @lang('routes.CUST_PANEL_PAGE_CREDITNOTE_TBL_GRAND_TOTAL') @lang('routes.CUST_PANEL_PAGE_CREDITNOTE_TBL_AVAILABLE_BALANCE') @lang('routes.CUST_PANEL_PAGE_CREDITNOTE_TBL_CREDITNOTE_STATUS') @lang('routes.TABLE_COLUMN_ACTION')
@stop @section('footer_ext') @parent @stop