5 lines
88 B
PHP
5 lines
88 B
PHP
@extends("layout.main")
|
|
@section("content")
|
|
<h1>You are now logged in.</h1>
|
|
@endsection
|