Guest User

post.blade.php

a guest
Jul 11th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. @extends('layouts.master')
  2.  
  3. @section('pageHeader')
  4.     {{ $post->heading }}
  5. @stop
  6.  
  7. @section('pageHeaderDescription')
  8.     {{$post->subheading}}
  9. @stop
  10.  
  11. @section('bodyContent')
  12.             <div class="row">
  13.             <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
  14.             </div>
  15.         </div>
  16. @stop
Add Comment
Please, Sign In to add comment