@extends('layouts.app') @section('content')

Total This Month

{{ money($currentMonthEarnings) }}

Total This Year

{{ money($yearToDate) }}

Total Earned

{{ money($lifetimeSum) }}
Month Total Earned Start Date
{{ csrf_field() }}
{{-- --}}
{{-- --}}

@endsection @push('footer_js') @endpush