Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 11, 2017 18:51
Show Gist options
  • Select an option

  • Save evercode1/7ffbcf1f207a0b3f3f3426b7678e7de9 to your computer and use it in GitHub Desktop.

Select an option

Save evercode1/7ffbcf1f207a0b3f3f3426b7678e7de9 to your computer and use it in GitHub Desktop.
chapter 15 subcategory/index.blade.php
@extends('layouts.master')
@section('title')
<title>Subcategories</title>
@endsection
@section('content')
<ol class='breadcrumb'>
<li><a href='/'>Home</a></li>
<li class='active'>Subcategories</li>
</ol>
<h2>Subcategories</h2>
<hr/>
<subcategory-grid></subcategory-grid>
<div> <a href="subcategory/create">
<button type="button" class="btn btn-lg btn-primary">
Create New
</button></a>
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment