@extends('layouts.app') @section('title', 'Home') @section('content')
{{ now()->format('l, M d, Y') }}
Currently Clocked In
{{ $currentSite->name }}
Currently Clocked Out
Ready to start?
You must be within a site's geofence to clock in
{{ $inspection->title }}
{{ $inspection->site->name }}
@if($inspection->description){{ Str::limit($inspection->description, 60) }}
@endifNo pending inspections
All inspections for this site are complete
We need your location to clock in. Please enable location services for this app in your browser settings, then tap "Try again".
We couldn't get your location. Please turn on Location Services and try again.