@php $quotes = [ ['text' => __('Success is the result of hard work, determination, and the courage to pursue greatness.')], ['text' => __('Teamwork divides the task and multiplies the success.')], ['text' => __("You don't have to be perfect to make an impact; every small effort counts.")], ['text' => __("Productivity is not about doing more; it's about focusing on what truly matters.")], ['text' => __('Your attitude, not your aptitude, will determine your altitude.')], ['text' => __('The secret to great teamwork is trust, communication, and a shared goal.')], ['text' => __('Every accomplishment starts with the decision to try.')], ['text' => __('When we work together, the impossible becomes possible.')], ['text' => __('Productivity is never an accident. It is always the result of commitment to excellence.')], ['text' => __('Believe in your ability to shape the future with the work you do today.')], ]; $quote = $quotes[array_rand($quotes)]; $quoteText = $quote['text']; @endphp @extends('layouts/layoutMaster') @section('title', __('Dashboard')) @section('vendor-style') @vite(['resources/assets/vendor/libs/apex-charts/apex-charts.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/apex-charts/apexcharts.js']) @endsection @section('page-script') @vite(['resources/assets/js/app/dashboard-index.js']) @endsection @section('content')
{{$quoteText}}
{{ __('Hours Logged') }}
{{ __('Pending Tasks') }}
{{ __('Ongoing Tasks') }}
{{ __('Weekly Overview') }}
{{ __('Latest activities of users') }}