@extends('layouts.base') @section('title', __('Waypoint not found')) @section('content')
VereeGo

{{ __('Waypoint not found') }}

{{ $message ?? __('Ce waypoint n\'existe pas ou n\'est plus disponible.') }}

{{ __('Back to home') }}
@endsection