rename module

This commit is contained in:
Nabeel Shahzad
2017-12-05 21:42:45 -06:00
parent 67ccc34655
commit 4035d6b00b
15 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
@extends('vacentral::layouts.frontend')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('vacentral.name') !!}
</p>
@endsection