@extends('_layouts.app') @section('content')
@include('cashflow.summary') @include('cashflow.form')
@include('cashflow.table')
@endsection @section('title') Cashflow @endsection