@extends("layouts.dashboard.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Dashboard")}}

{{__('EV Charger Dashboard')}}

@endsection @section("content")
@if(isPermissionsAllowed("view-stations"))

{{__('Stations')}}

{{ $totalStations }}

@endif @if(isPermissionsAllowed("view-chargers"))

{{__('Chargers')}}

{{ $totalChargers }}

@endif @if(isPermissionsAllowed("view-plugs"))

{{__('Plugs')}}

{{ $totalPlugs }}

@endif
@if(isPermissionsAllowed("view-users"))

{{__('App Users')}}

{{ $totalUsersApp }}

@endif @if(isPermissionsAllowed("view-orders"))

{{__('Orders')}}

{{ $totalOrders }}

@endif @if(isPermissionsAllowed("view-specialRequests"))

{{__('Special Requests')}}

{{ $totalSpecialRequest }}

@endif

{{__('Monthly Orders')}}

@endsection @section("scripts") @endsection