Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Created October 29, 2015 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoanganh25991/926651d2291941e4129d to your computer and use it in GitHub Desktop.
Save hoanganh25991/926651d2291941e4129d to your computer and use it in GitHub Desktop.
Laravel: view extends main-blade
@extends('main')
@section('header')
<h2>About this site</h2>
@stop
@section('content')
<p>There are over {{$number_of_cats}} cats on this site</p>
@stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment