@extends('layouts.default') @section('meta') Reports | Workday Time Clock @endsection @section('content')

{{ __("Employee Birthdays") }} {{ __("Export to CSV") }} {{ __("Return") }}

@isset($empBday) @foreach ($empBday as $v) @endforeach @endisset
{{ __("Employee Name") }} {{ __("Department") }} {{ __("Position") }} {{ __("Birthday") }} {{ __("Contact Number") }}
{{ $v->lastname }}, {{ $v->firstname }} {{ $v->mi }} {{ $v->department }} {{ $v->jobposition }} @php if($v->birthday != null) { echo e(date("D, M d Y", strtotime($v->birthday))); } @endphp {{ $v->mobileno }}
@endsection @section('scripts') @endsection