@extends('layouts.sidebar') @section('title', 'Dashboard') @section('content') @if (in_array('Employee UserInterface', $privileges)) @if ($showBirthdayNotification)
🎉

Your Birthday is Coming Up! 🥳

Mark your calendar — it's on {{ \Carbon\Carbon::parse($user->employee->date_of_birth)->format('F d') }} ! 🎂

🎁
@endif @elseif(in_array('Client Interface', $privileges))

🎉 Upcoming Birthdays

    📅 Contracts Ending Soon

    @else

    Employees

    Agencies

    Companies

    Clients

    🎉 Upcoming Birthdays

      📅 Contracts Ending Soon

      @endif @endsection