@extends('layouts.kiosk_auth') @section('content')
Hello {{$profile->profile_first_name}},
@if ($profile->currently_in == 1) You are currently Clock In. @else You are currently not Clock In. @endif