hypothetical/resources/views/public.blade.php
2015-12-01 01:07:03 -05:00

9 lines
141 B
PHP

@extends('base')
@section('page-top')
@include('elements.nav')
@endsection
@section('page-bottom')
@include('elements.footer')
@endsection