@extends('admin.app') @section('title', 'Financial Reports') @section('actions')
  • Overview
  • @endsection @section('content')
    {{ Form::select( 'month_select', $months_list, $current_month, ['id' => 'month_select'] ) }}
    @include('admin.finances.table')
    @endsection @include('admin.finances.scripts')