mirror of
https://gh.wpcy.net/https://github.com/webdados/DeleteOnFetch.git
synced 2026-07-16 20:24:31 +08:00
9 lines
190 B
PHP
9 lines
190 B
PHP
@extends('deleteonfetch::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('deleteonfetch.name') !!}
|
|
</p>
|
|
@stop
|