Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 11, 2017 21:19
Show Gist options
  • Save evercode1/2337f069aafc13dd111f66b71ad5f6dc to your computer and use it in GitHub Desktop.
Save evercode1/2337f069aafc13dd111f66b71ad5f6dc to your computer and use it in GitHub Desktop.
chapter 15 lesson/index.blade.php
@extends('layouts.master')
@section('title')
<title>Lessons</title>
@endsection
@section('content')
<ol class='breadcrumb'>
<li><a href='/'>Home</a></li>
<li class='active'>Lessons</li>
</ol>
<h2>Lessons</h2>
<hr/>
<lesson-grid></lesson-grid>
<div> <a href="/lesson/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