{{ Form::select(
'month_select',
$months_list,
$current_month,
['id' => 'month_select']
) }}
@include('admin.finances.table')