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

Přehledy

Profit (dnes)

zł{{ number_format((($stats->income - $stats->expenses)-($stats->orders*0.27))-(($stats->income - $stats->expenses)/100*1.4), 2) }}

Výdaje (dnes)

zł{{number_format($stats->expenses, 2)}}

Profit (Předchozí)

zł{{number_format((($prevMonth['profit'])-($prevMonth['orders']*0.27))-(($prevMonth['profit'])/100*1.4),2)}}

Profit ({{\Carbon\Carbon::now()->format('F')}})

zł{{number_format((($thisMonth['profit'])-($thisMonth['orders']*0.27))-(($thisMonth['profit'])/100*1.4),2)}}

Profit (30 dní)

zł{{number_format((($month['profit'])-($month['orders']*0.27))-(($month['profit'])/100*1.4),2)}}

Objednávky (dnes)

{{ $stats->orders }}

Objednávky (celkem)

{{$total->orders}}

Zůstatek (JAP)

{{number_format($balance,2)}}$

Přijaté platby (celkem)

zł{{$total->income}}

Výdaje (celkem)

zł{{number_format($total->expenses,2)}}

Profit (7 dní)

Profit (30 dní)

Počet objednávek

@endsection @section('scripts') @endsection