@if($row->total_clock_in < $maxAttandenceInDay)
{!! Form::open(['id'=>'attendance-container-'.$row->id,'class'=>'ajax-form','method'=>'POST']) !!}
@if($row->total_clock_in == 0)
@endif
@if($row->total_clock_in == 0)
@endif
{!! Form::close() !!}
@else
@lang('modules.attendance.maxColckIn')
@endif