Files
authentication/resources/views/index.blade.php
Daeng Deni Mardaeni 62bcf3caa7 Initial Commit
2024-08-07 10:08:42 +07:00

8 lines
159 B
PHP

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