freescout-Following-Module/Resources/views/index.blade.php
Avenjamin b9a7b46024 Initial Following Module code
Beginnings of the code for the Following module
2023-02-23 21:27:09 +11:00

9 lines
182 B
PHP

@extends('following::layouts.master')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('following.name') !!}
</p>
@stop