@include('new_layouts.header')
@include('new_layouts.usersidebar')

{{__('Mark Attandance')}}

{{__('My Office Time: '.$officeTime['startTime'].' to '.$officeTime['endTime'])}}

{{Form::open(array('url'=>'attendanceemployee/attendance','method'=>'post'))}} @if(empty($employeeAttendance) || $employeeAttendance->clock_out != '00:00:00') @else @endif {{Form::close()}}
@if(!empty($employeeAttendance) && $employeeAttendance->clock_out == '00:00:00') {{Form::model($employeeAttendance,array('route'=>array('attendanceemployee.update',$employeeAttendance->id),'method' => 'PUT')) }} @else @endif {{Form::close()}}
@include('new_layouts.footer')