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

{{__('Dashboard')}}

{{__('In Style Dashboard')}}

@endsection @section("content")
"single"]) }}">

{{__('App Users')}}

{{ $totalUsersApp }}

"single"]) }}">

{{__("Orders")}}

{{ $totalOrders }}

"single"]) }}">

{{__("Items")}}

{{ $totalItems }}

"single"]) }}">

{{__('Branches')}}

{{ $totalBranches }}

{{__('Monthly Sales')}}

{{__("Monthly Orders")}}

@endsection @section("scripts") @endsection