@extends('layouts.main') @section('title', 'Update Incident Response Form') @section('breadcrumb')

Update Incident Response Form

@endsection @section('content')
{{ csrf_field() }}

Client Information

@if ($errors->has('Company')) {{ $errors->first('Company') }} @endif
@if ($errors->has('contactname')) {{ $errors->first('contactname') }} @endif
@if ($errors->has('phonenumber1')) {{ $errors->first('phonenumber1') }} @endif
@if ($errors->has('phonenumber2')) {{ $errors->first('phonenumber2') }} @endif
@if ($errors->has('email1')) {{ $errors->first('email1') }} @endif
@if ($errors->has('email2')) {{ $errors->first('email2') }} @endif

Actions

Severity Level Action / No-Action Call Email
High
Medium
Low
@endsection