authentication/resources/views/index.blade.php

8 lines
159 B
PHP

@extends('authentication::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('authentication.name') !!}</p>
@endsection