mirror of
https://gh.wpcy.net/https://github.com/avenjamin/freescout-UnassignedCount-Module.git
synced 2026-07-16 03:58:42 +08:00
9 lines
194 B
PHP
9 lines
194 B
PHP
@extends('unassignedcount::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('unassignedcount.name') !!}
|
|
</p>
|
|
@stop
|