Created
July 6, 2016 21:02
-
-
Save marcellorg/3d4492e0bd8cb8a8956f545e56f907c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @extends( | |
| 'admin.base', | |
| [ | |
| 'title' => 'Categorias', | |
| 'pageTitle' => 'Categorias', | |
| 'breadCrumb' => ['Categorias'] | |
| ] | |
| ) | |
| @section('page-content') | |
| <div class="row" id="vueCategory"> | |
| <div class="panel"> | |
| <div class="panel-body"> | |
| <vue-grid-category></vue-grid-category> | |
| </div>{{--close panel-body--}} | |
| </div>{{--close panel--}} | |
| </div>{{--close row--}} | |
| @endsection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment