@extends('Company.CompanyLayout') @section('content')

Force Punch in/out

{!! Form::open(array('class' => 'form-horizontal', 'accept-charset' => 'utf-8', 'url' => "company/all-user/$id/force")) !!}

@if($currentPunchStatus) Punch Out @else Punch In @endif

{!! Form::close() !!}
@endsection @section('jsBottom') @endsection