@extends("layouts.dashboard.app")
@section("page-title")
{{__("Dashboard")}}
@endSection
@section("page-nav-title")
{{__("Dashboard")}}
{{__('EV Charger Dashboard')}}
@endsection
@section("content")
@if(isPermissionsAllowed("view-stations"))
@endif
@if(isPermissionsAllowed("view-chargers"))
@endif
@if(isPermissionsAllowed("view-plugs"))
@endif
@if(isPermissionsAllowed("view-users"))
@endif
@if(isPermissionsAllowed("view-orders"))
@endif
@if(isPermissionsAllowed("view-specialRequests"))
@endif
@endsection
@section("scripts")
@endsection