@if($type === 'birthday')
{{ $emp->short_name }}
@if($type === 'birthday'){{ \Carbon\Carbon::parse($emp->date_of_birth)->format('d M') }}
@else{{ \Carbon\Carbon::parse($emp->date_of_joining)->format('d M') }}
@endifNo one is having Birthday today
@endif @if($type === 'anniversary')No one is having Work Anniversary today
@endif @if($type === 'joinee')No one is Joining today
@endif @endforelse
{{ $emp->short_name }}
@if($type === 'birthday'){{ \Carbon\Carbon::parse($emp->date_of_birth)->format('d M') }}
@else{{ \Carbon\Carbon::parse($emp->date_of_joining)->format('d M') }}
@endifNo one is having Birthday in the next 7 days
@endif @if($type === 'anniversary')No one is having Work Anniversary next 30 days
@endif @if($type === 'joinee')No one has Joined in the last 7 days
@endif @endforelse