@if (Input::has('date1'))
Details from {{ Input::get('date1') }} - {{ Input::get('date2') }}
@else
Details from Today
@endif
Comments created |
{{ $today_comments_added }}
|
Quotes created |
{{ $today_quotes_created }}
for a total of
€{{ number_format($today_quotes_created_sum, 2, '.', ',') }}
|
Invoices created |
{{ $today_invoices_created }}
for a total of
€{{ number_format($today_invoices_created_sum, 2, '.', ',') }}
|
Quotes completed |
{{ $today_quotes_completed }}
for a total of
€{{ number_format($today_quotes_completed_sum, 2, '.', ',') }}
|
Completed pending payment |
{{ $today_pending_payment }}
for a total of
€{{ number_format($today_pending_payment_sum, 2, '.', ',') }}
|