@extends('layouts.layout') @section('content')
| Si.No | Employee Code | Employee Name | Total Working Days | Present | Month Credit | @if($year_credit_temp==1)Year Credit | @endif
|---|---|---|---|---|---|---|
| {{++$si}} | {{$employeelist->username}} | {{$employeelist->name}} | {{$total_days}} | {{$employeelist->countof}} | {{($total_days==$employeelist->countof)?$month_credit:"0 "}} | @if($year_credit_temp==1){{$year_credit}} | @endif