@extends('layouts.kiosk_auth') @section('content')

Clock In / Clock Out

Hello {{$profile->profile_first_name}},

@if ($profile->currently_in == 1) You are currently Clock In. @else You are currently not Clock In. @endif

@if ($profile->currently_in == 1)
{{csrf_field()}}
@else
{{csrf_field()}}
@endif
Home
@endsection @section('footer_content')
Logout
@endsection @section('page_js') @endsection