mirror of
https://gh.wpcy.net/https://github.com/calebbaker194/Freescout-Twilio.git
synced 2026-04-17 06:42:20 +08:00
9 lines
176 B
PHP
Executable file
9 lines
176 B
PHP
Executable file
@extends('twilio::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>Hello World</h1>
|
|
|
|
<p>
|
|
This view is loaded from module: {!! config('twilio.name') !!}
|
|
</p>
|
|
@stop
|