@extends('layouts.userapp') @section('content') @php use Carbon\Carbon; @endphp
@csrf

Hello, {{$user->userfirstname}}

Have a nice day at work!

YOU'RE CURRENTLY AT :

Find your location...
@if(session('success'))
{{ session('success') }}
@endif
@if($checkins_checkouts->isNotEmpty())

CHECKIN LOG

@else

You have not checked in yet.

@endif
@endsection