@extends('layouts.app') @section('title', 'Create Investigation') @section('content')
Back to Incident

Create Investigation

Incident: {{ $incident->reference_number }}

{{ $incident->title }}

@csrf

Investigation Assignment

@error('investigator_id')

{{ $message }}

@enderror
@error('due_date')

{{ $message }}

@enderror

Investigation Facts

Immediate Causes & Contributing Factors

Conditions at Time of Incident

Cancel
@endsection