<!DOCTYPE html>
<html lang="pt-br">
@include('partials/portal/head')
<body>
    @include('partials/portal/menu')

    @!section('body')

    @include('partials/portal/footer')
    @include('partials/modal/initialize')
    @include('partials/portal/scripts')
</body>
</html>
