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

{{__('Dashboard')}}

{{__("Nosdarzan Dashboard")}}

@endsection @section("content")

{{__("App Users")}}

{{ $totalUsersApp }}

{{__("Orders")}}

{{ $totalOrders }}

{{__("Items")}}

{{ $totalItems }}

{{__("Branches")}}

{{ $totalBranches }}

{{__("Monthly Sales")}}

{{__('Monthly Orders')}}

@endsection @section("scripts") @endsection