so-manager-dev.com/resources/views/swo8_1.blade.php
Yu Watanabe 2eb7512471
All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 11s
8月4週対応分
2025-08-29 17:34:32 +09:00

57 lines
2.7 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="">
<section id="" class="container mt20 mb20">
<div class="row">
<div class="col-12 col-lg-10 offset-0 offset-lg-1 mt20 mb20">
<div class="card border-success">
<div class="card-header border-success">
<h5 class="card-title text-success">マイページへログイン</h5>
</div>
<div class="card-body mt30">
<form class="row form" action="{{ route('swo4_1') }}">
<div class="col-12 col-lg-3 text-lg-center offset-0 offset-lg-1">
<label for="login_ID">ログインID</label>
</div>
<div class="col-12 col-lg-7 mb10">
<input type="text" name="login_ID" id="login_ID" class="form-control form-control-lg" value="ログインID" />
</div>
<div class="col-12 col-lg-3 text-lg-center offset-0 offset-lg-1">
<label for="login_ID">パスワード</label>
</div>
<div class="col-12 col-lg-7 mb10">
<input type="text" name="login_ID" id="login_ID" class="form-control form-control-lg" value="パスワード" />
</div>
<div class="col-12 col-lg-6 text-lg-center offset-0 offset-lg-3 mt30 mb50">
<input type="submit" name="submit" class="btn btn-block btn-lg btn-success" value="ログイン" /><br>
<a href="{{route('swo2_1')}}" class="text-secondary mt20">新規会員登録はこちら </a><br>
<a href="{{route('swo8_2')}}" class="text-secondary mt20">パスワードを忘れた方はこちら </a>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ▲ メイン部分 ▲ -->
@include('layouts.info');
@include('layouts.footer');
</div>
</body>
</html>