@extends('layouts.app') @section('title', 'Use Cases: Filing Operations') @section('content')
The filing creation 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 filing type, the filer type and the parties expected to be involved. This guide contains the steps required to complete filing operations with context-specific notes and referral links to the individual endpoint documentation pages.
@include('v1.use-cases.filler-steps', ['steps' => $steps]) @endsection