@include('partials.styles')
@include('partials.nav')
Daily Logs / Edit
Edit Daily Log
@can('daily-logs.update')
@csrf @method('put')
Log Date
Site
—
@foreach ($sites as $site)
site_id === $site->id)>{{ $site->name }}
@endforeach
Crew
—
@foreach ($crews as $crew)
crew_id === $crew->id)>{{ $crew->name }}
@endforeach
Weather Notes
Summary
{{ $log->summary }}
Additional People
@include('partials.tag-input', ['tagSuggestions' => $tagSuggestions ?? [], 'tagInitial' => $log->tags ?? []])
Attachments
Save
Cancel
@else
You do not have permission to edit this record.
Back
@endcan