@extends('layouts.app') @section('head') @stop @section('content') @include('includes.revision_history', ['dataset' => 'ferries', 'title' => 'Ferries']) @include('includes.page_header', [ 'title' => 'Ferries', 'purpose' => 'Ferry crossings are detected automatically when a quote\'s route includes one. Each crossing adds its price to the quote\'s ferry total; a crossing priced 0 flags the quote so an operator can price it. Use this page to set those prices.', ])
# Ferry Price (£) Actions
@include('includes.confirm',[ 'message' => 'This cannot be undone. Delete this ferry?', 'title' => 'Delete ferry', 'formId' => 'ferryDeleteForm', 'fieldId' => 'ferryId' ]) @stop @section('js') @stop