@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
{{trans('master/master.employee_name')}}
{{$employee->name}}
{{trans('master/master.employee_code')}}
{{$employee->employee_code}}
{{trans('master/master.employee_type')}}
{{ucwords($employee->employee_type)}}
{{trans('master/master.department')}}
{{@$employee->department->name}}
@foreach($monthlyAttendances as $value)