5 lines
147 B
PHP
Executable File
5 lines
147 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<a href="/">click here to get redirected, you have been successfully logged in!</a>
|
|
@endsection
|