Fix the module stubs and sample module for admin closes #201

This commit is contained in:
Nabeel Shahzad
2018-02-28 15:16:36 -06:00
parent 208b6e73dc
commit e7868868c4
8 changed files with 24 additions and 10 deletions

View File

@@ -0,0 +1,14 @@
@extends('sample::layouts.admin')
@section('title', 'Sample Create')
@section('actions')
@endsection
@section('content')
<div class="card border-blue-bottom">
<div class="content">
<div class="header"><h4 class="title">Create something!</h4></div>
<p>Add a form!</p>
</div>
</div>
@endsection