readd the vacentral module

This commit is contained in:
Nabeel Shahzad
2017-12-05 21:40:10 -06:00
parent 281c72bcf6
commit 67ccc34655
14 changed files with 422 additions and 0 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