<!DOCTYPE html> <html> <head> <title>CSA</title> <link rel="stylesheet" href="css\login.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Trirong:wght@300&display=swap" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"> </script> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <title>CSA</title> <link rel="stylesheet" href="css/Login/login.css"> </head> <body> <div class="split left"> <img src="image\login.jpg" class="img"> </div> <div class="split right"> <div class="centered"> <img src="image\lawyerscouncil.png" alt="Avatar man"> </div> <form method="POST" action="{{url('/login_auth')}}"> @csrf <div class="login-position"> <h2 class="font" style="font-size: 30px;">เข้าสู่ระบบ</h2> <div class="div-between" style=> <div><input type="text" name="id_card" class="input-resize" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1" style="width: 400px; height:35px ;"> </div> <div><input type="password" name="pass" class="input-resize" class="form-control" placeholder="Password" aria-label="Passwords " aria-describedby="basic-addon1" style="width: 400px; height:35px ;"> </div> <div><button class="button-register" class="button-resize" type="submit" >Login</button> </div> </div> </div> </form> </body> </html>