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