Welcome, @php echo auth()->user()->name; @endphp !

{{-- Task Report Start --}}
@php $one_month_ago = date('m-d'); $total_task = DB::table('task_management_systems') ->where('task_start_date', '>', $one_month_ago) ->where('task_assign_to', Auth::user()->id) ->count(); $task_complete = DB::table('task_management_systems') ->where('task_status', 'Close') ->where('task_start_date', '>', $one_month_ago) ->where('task_assign_to', Auth::user()->id) ->count(); $task_pending = DB::table('task_management_systems') ->where('task_status', 'Open') ->where('task_start_date', '>', $one_month_ago) ->where('task_assign_to', Auth::user()->id) ->count(); @endphp
{{-- Task Report End --}} {{-- firework and birthday wish and work anniversary wish Start --}}
@php $user = auth()->user(); @endphp
Warning: Undefined variable $user in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 95

Warning: Attempt to read property "joining_date" on null in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 95

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 95

Warning: Undefined variable $user in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 96

Warning: Attempt to read property "dob" on null in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 96

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in D:\NTG_App\www\Support_Issue\resources\views\layouts\tms\User.blade.php on line 96
{{-- firework and birthday wish and work anniversary wish End --}}