@extends('layouts.master') @section('title', 'Dashboard') @section('links') @endsection @section('content')

Dashboard

Today's Visits

@if(isset($visit_count)) {{ $visit_count }} @endif

@if($percentage > 0) {{ $percentage }} % higher Than yesterday @else {{ $percentage }} % Than yesterday @endif
{{-- By Scan QR code
--}} yesterday Visits @if(isset($yes_visit_count)) {{ $yes_visit_count }} @endif

Today Sales

INR {{ number_format($todaysales,0) }}

{{-- INR 2,129,290 before tax --}}
Yesterday: INR {{ number_format($yesterdaysales,0) }}
Day Before: INR {{ number_format($daybeforeyesterdaysales,0) }}

{{ date('F') }} Registrations

{{ $users }}

{{-- 23% average duration --}}
{{ \Carbon\Carbon::create()->endOfMonth()->modify('-2 month')->format('F')}}: {{ $beforelastmonth }}
{{ \Carbon\Carbon::today()->subMonth()->endOfMonth()->format('F') }}: {{ $lastmonth }}

Stations Status

@foreach($usage as $data) {{ toword($data->status) }} = {{ $data->total }} @endforeach

{{--
--}}
Charging Point Locations
{{--

Total Visitors

--}} {{--

Recurring Visitors

--}}
{{--
--}}
Newly Registered Users

{{ Date('F Y') }}

See more
Usage Summary

25%

You can also use other progress variant found in progress section.

{!! trans('Day Wise') !!} {!! trans('Bookings') !!}
{{--

All Events List

--}}
Server Status

Summary of the status of your server.

Sale Status

October 10 - 17, 2017

₹12, 201

5,4,7,5,9,7,4
₹603, 201
4,7,5,9,4,7,5
₹822, 677
{!! trans('Recent') !!} {!! trans('Activity') !!}
@endsection @section('scripts') {{-- --}} {{ HTML::script('assets/js/dashboard.js') }} @endsection