Where-in-the-World-is-Ben/resources/views/no-trip.blade.php

19 lines
425 B
PHP

<!DOCTYPE html>
<html 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>