Created
February 11, 2017 18:51
-
-
Save evercode1/7ffbcf1f207a0b3f3f3426b7678e7de9 to your computer and use it in GitHub Desktop.
chapter 15 subcategory/index.blade.php
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('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