TẢI DATA DUYỆT CHI

{!! Form::open(array('url' => route('thu-chi.export'), 'method' => 'post', 'files'=> true,'enctype'=>'multipart/form-data','autocomplete'=>'off')) !!}
Thời gian (*)
Danh mục chi
{!! Form::select('category_id', $categories, null, array('class' => 'form-control select2','id'=>'category','placeholder'=>'--Tất cả danh mục--')) !!}
Trạng thái duyệt
Chi nhánh
{!! Form::select('branch_id', $branches, null, array('class' => 'form-control select2','id'=>'branch','placeholder'=>'--Tất cả chi nhánh--')) !!}

Excel được xuất dưới dạng .xlxs (newer 2016)
{{ Form::close() }}