Fix the module stubs and sample module for admin closes #201
This commit is contained in:
14
modules/Sample/Resources/views/admin/create.blade.php
Normal file
14
modules/Sample/Resources/views/admin/create.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user