{!! Form::open(['url' => action('\Modules\Essentials\Http\Controllers\AttendanceController@clockInClockOut'), 'method' => 'post', 'id' => 'clock_in_clock_out_form' ]) !!}

@lang( 'essentials::lang.clock_in' ) @lang( 'essentials::lang.clock_out' )

@lang( 'essentials::lang.ip_address' ): {{$ip_address}}
{!! Form::label('note', __( 'brand.note' ) . ':') !!} {!! Form::textarea('note', null, ['class' => 'form-control', 'placeholder' => __( 'brand.note'), 'rows' => 3 ]); !!}
{!! Form::close() !!}