Skip to content

Basic page template

Carl Dungca edited this page Sep 18, 2018 · 1 revision

Copy and paste this to every new page you make

@extends('layouts.master')

@section('title') Title @endsection

@section('content') @include('layouts.header', array('headerTitle' => 'Heading Title')) @endsection

Clone this wiki locally