hypothetical/resources/views/public.blade.php

10 lines
141 B
PHP
Raw Normal View History

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