@include('partials.styles') @include('partials.nav')

Recent Logs

@can('daily-logs.create') @endcan
@forelse ($logs as $log) @empty @endforelse
Date Site Crew Summary
{{ $log->log_date }} {{ $log->site?->name ?? '—' }} {{ $log->crew?->name ?? '—' }} {{ $log->summary ? \Illuminate\Support\Str::limit($log->summary, 60) : '—' }} @can('daily-logs.view') View @endcan @can('daily-logs.update') Edit @endcan @can('daily-logs.delete')
@csrf @method('delete')
@endcan
No logs yet.
{{ $logs->links() }}
@can('daily-logs.create')
Create Daily Log
Capture the daily report details.
@csrf
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => []])
@endcan