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

Recent Due Sheet

Filter
{{ Form::select('AccountType',array(AccountApproval::CUSTOMER=>'Customer',AccountApproval::VENDOR=>'Vendor'), Input::get('accounttype'), array("class"=>"select2")) }}
{{ Form::select('DueDate',array('Today'=>'Today' , 'Tomorrow'=>'Tomorrow','Yesterday'=>'Yesterday'),'', array("class"=>"select2")) }}

Recent Due Sheet
Account Name Trunk Due Date Action
@stop