Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @extends('layouts.main')
- @section('contents')
- <div class="container">
- <h2>Selamat Datang Superadmin</h2>
- <form action="/logout" method="post">
- @csrf
- <button type="submit" class="btn btn-primary">Logout</button>
- </form>
- </div>
- @endsection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement