@extends('layouts.app') @section('title','Night Watch Logs') @section('page-title','Night Watch Logs') @section('content')
| Date | Project | Officer | Duty Start | Duty End | Incident? |
|---|---|---|---|---|---|
| {{ $log->date->format('d/m/Y') }} | {{ $log->project->name ?? '-' }} | {{ $log->officer_on_duty }} | {{ $log->duty_start }} | {{ $log->duty_end }} | @if($log->any_incident)Yes@elseNone@endif |
| No night watch logs. | |||||