@extends('layouts.plane') @section('body')
@include('includes.navbar')

@yield('page_heading')

@yield('section')
@stop