@extends('layout') @section('title', 'New '.$recordType->label()) @section('content')
← Back to {{ strtolower($recordType->plural()) }}{{ $recordType->stage() }} stage

New {{ strtolower($recordType->label()) }}

{{ $recordType->description() }}

@csrf @include('records._form')
Cancel
@endsection