@extends('layouts.app') @section('title', 'Create Deviation / Nonconformance') @section('content')

Create New Record

Back
@include('deviations.partials.alerts')
@csrf
{{-- Record kind --}}
@error('title')
{{ $message }}
@enderror
@error('deviation_category')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror Minimum 20 characters. Describe what happened, where, and when.
@error('deviation_type')
{{ $message }}
@enderror
After creating this record, you'll be taken to the Phase 1 view where you can add affected items, containment actions, and progress through the 5-phase lifecycle.
@endsection @push('scripts') @endpush