• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • books
  • show.blade.php
  • Dan Brown's avatar
    Initial commit · eaa1765c
    eaa1765c
    Dan Brown authored 2015-07-12 20:01:42 +0100
show.blade.php 126 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
@extends('base')

@section('content')

    <h2>{{$book->name}}</h2>
    <p class="text-muted">{{$book->description}}</p>
@stop