@extends('layouts.app') @section('title', 'New Change Request') @section('content')

New Change Request

@csrf
{{-- Change type selector --}}
@foreach(\App\Enums\ChangeType::cases() as $type)
value)>
@endforeach
After creating this change, you'll be able to complete the impact assessment, add an implementation plan, and drive it through the 3 approval gates.
@endsection