@extends('layouts.app') @section('head') @stop @section('content') @include('includes.revision_history', ['dataset' => 'routing', 'title' => 'Waypoints & exceptions']) @include('includes.page_header', [ 'title' => 'Exceptions', 'purpose' => 'Cancel a forced waypoint for a specific from/to country pair, so a route matching that pair is no longer dragged through it.', ])
@csrf
Pick an existing waypoint. Only an exact waypoint name cancels a forced stop.
{{-- European countries for the From/To pair (native datalist; an exception matches on the country pair). --}}
Exception from to Action
@include('includes.confirm',['message' => 'This cannot be undone. Delete this exception?','title' => 'Delete exception','formId' => 'exceptionDeleteForm','fieldId' => 'exceptionId']) @stop @section('js') @stop