@extends('layouts.app') @section('content')
@include('expenses.create')
Filter by year
@include('expenses.chart')
@include('expenses.table')
@include('expenses.import')
@endsection @section('script') @endsection