@extends('base')

@section('page-top')
@include('elements.nav')
@endsection

@section('page-bottom')
@include('elements.footer')
@endsection