{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Dashboard Ecommerce') {{-- page style --}} @section('page-style') @endsection {{-- page content --}} @section('content')
{{--
add_shopping_cart

Orders

690

New

6,00,00

--}} {{--
timeline

Sales

80%

Growth

3,42,230

--}}
attach_money

Total Pemasukan

Sampai Hari Ini

{{ 'Rp.'.number_format($total_pemasukan, 0, ",", ",") }}
attach_money

Total Pengeluaran

Sampai Hari Ini

{{ 'Rp.'.number_format($total_pengeluaran, 0, ",", ",") }}

Statistik Pemasukan dan Pengeluaran {{-- keyboard_arrow_up 15.58 % --}} Details

Saldo more_vert

{{ date("d F Y", strtotime(now())) }}

{{ 'Rp.'.number_format($saldo, 0, ",", ",") }}arrow_upward

Total Weekly Earning

View Full
{{--
+ 42.6%

Members online

360 avg

3,450
+ 12%

Current server load

23.1% avg

+2500
+ $900

Today's revenue

$40,512 avg

$ 22,300
--}} {{--
Apple Watch

The Apple Watch

One day only exclusive sale on our marketplace

Music

Default Quality

192kb close
320kb close

Save Video Quality

iPhone

The Apple iPhone X

One day only exclusive sale on our marketplace

image
50% Off

On apple watch

images
20% Off

On Canon Printer

image
40% Off

On apple macbook

image
60% Off

On any game

--}}
@endsection {{-- vendor script --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection