@extends('layouts.app') @section('title', 'Use Cases: Case Operations') @section('content')

The case submission form shows relatively few steps, but many requests are being ran in the background upon changing the value of form elements, to fetch lists, codes, and general data of which validity depends on aspects such as the case type or the location of the case. This guide contains the steps required to complete case operations with context-specific notes and referral links to the individual endpoint documentation pages.

@include('v1.use-cases.filler-steps', ['steps' => $steps]) @endsection