Skip to content

Instantly share code, notes, and snippets.

@marcellorg
Created July 6, 2016 21:02
Show Gist options
  • Select an option

  • Save marcellorg/3d4492e0bd8cb8a8956f545e56f907c3 to your computer and use it in GitHub Desktop.

Select an option

Save marcellorg/3d4492e0bd8cb8a8956f545e56f907c3 to your computer and use it in GitHub Desktop.
@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