{{ __('Edit Route') }}

{{ $route->label() }}

{{ __('Update this route\'s details.') }}

@csrf @method('PATCH') @include('routes._form')
{{ __('Cancel') }}

{{ __('Delete this route') }}

{{ __('The route will be removed from your route lists. It can be restored later by support.') }}

@csrf @method('DELETE')