@extends('employee.employee-layouts.master') @section('content')
{{__('Date')}} | {{__('In Time')}} | {{__('Out Time')}} | {{__('Worked Hours')}} | {{__('Timein Status')}} | {{__('Timeout Status')}} | {{__('Timein IP')}} | {{__('TimeOut IP')}} | {{ __('Description From Admin') }} | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ $atd->date }} | {{ $atd->timein }} | @if ($atd->timeout > 0){{ $atd->timeout }} | @else@endif | {{ $atd->workedhours }} hour | {{ $atd->timein_status }} | {{ $atd->timeout_status }} | {{ $atd->timein_ip }} | @if ($atd->timeout_ip > 0){{ $atd->timeout_ip }} | @else@endif | {{ $atd->description }} |