Where-in-the-World-is-Ben/resources/views/no-trip.blade.php
2022-10-29 23:49:19 +00:00

19 lines
473 B
PHP

<!DOCTYPE html>
<html itemscope itemtype="https://schema.org/WebSite" lang="{{ str_replace('_', '-', app()->getLocale()) }}">
@include('partials.head')
<body>
<header>
<h1 class="page-title">No Trip in Progress at the Moment</h1>
<nav class="other-pages">
<ul>
<li><p><a href="/past-trips">Past trips</a></p></li>
</ul>
</nav>
</header>
</body>
</html>