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