@extends('layouts.dashboard') @section('dashboard-content')

Register boundary

Submit a new boundary or amendment for review. It will be created with workflow stage "Submitted".

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf
Cancel
@endsection