so-manager-dev.com/resources/views/error.blade.php
Yu Watanabe 7d950c5cd8
All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 12s
9月1週分
2025-09-05 13:11:00 +09:00

29 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="ja">
<head>
<title>So-Manager</title>
<meta charset="utf-8">
<link rel="icon" href="assets/img/favicon.ico">
<link href="https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.9/typicons.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script src="assets/js/ie-emulation-modes-warning.js"></script>
</head>
<body id="" class="">
<div id="font-scale" class="home">
@include('layouts.header');
<!-- ▼ メイン部分 ▼ -->
<main role="main" id="" class="">
<article id="main-content" class="news-detail container">
<header class="news-title mt50 mb30 text-center">
<h1 class="h3">ページが見つかりません<br />{{ $errors->first('error') }}</h1>
</header>
</article>
</main>
<!-- ▲ メイン部分 ▲ -->
@include('layouts.footer');
</div>
</body>
</html>