authentication/resources/views/index.blade.php

8 lines
159 B
PHP
Raw Normal View History

2024-08-07 03:08:42 +00:00
@extends('authentication::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>Module: {!! config('authentication.name') !!}</p>
@endsection