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

{{ __('Dashboard') }}

{{ __('Nosdarzan Dashboard') }}

@endsection @section('content') @if (Auth::user()->type == 'super')

{{ __('App Users') }}

{{ $totalUsersApp }}

{{ __('Orders') }}

{{ $totalOrders }}

{{ __('Items') }}

{{ $totalItems }}

{{ __('Branches') }}

{{ $totalBranches }}

@endif

{{ __('Monthly Sales') }}

{{ __('Monthly Orders') }}

@endsection @section('scripts') @endsection