@extends('laundry::layouts/contentLayoutMaster') @section('title', auth()->user()->id==1 ? 'Dashboard | Super Admin' : 'Dashboard') @section('vendor-style') @endsection @section('content') @if(session()->has('message')) @endif @if(auth()->user()->id!=1)
{{ __('Different actions to Perform Laundry Management') }}
@endif

{{ __('Status') }}

{{ __('Product Status w.r.t Percentage') }}

{{ __('Statistics') }}

{{ __('Static Report of the System') }}

{{ __('From last 30 days') }}

Trending

{{ $in_stock }}

{{ __('In-Stock') }}

Damages

{{ $lost_damaged_expired }}

{{ __('Lost / Damage / Expired') }}

Products

{{ $total_items }}

{{ __('Items') }}

Expenses

{{ $washing_cost }}

{{ __('Washing Cost') }}

{{ __('Monthly Washings') }}

@endsection @section('page-script') @endsection