Advertisement
soden

Untitled

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