Advertisement
soden

Untitled

Nov 26th, 2022
847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. @section('contents')
  2.     <div class="container">
  3.         <h2>Selamat Datang Pegawai</h2>
  4.         <form action="/logout" method="post">
  5.             @csrf
  6.             <button class="btn btn-primary" type="submit">Logout</button>
  7.         </form>
  8.     </div>
  9. @endsection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement