@extends('voyager::master') @section('css') @include('voyager::compass.includes.styles') @stop @section('page_header')

{{ __('voyager.generic.compass') }}

Welcome to the Voyager Compass. Every good app needs a compass to point them in the right direction. In this section you will find many resources and administrative tasks to help guide you as you build out your application.

@stop @section('content')
@include('voyager::alerts')

Resources Voyager resources to help you find things quicker.

Fonts

@include('voyager::compass.includes.fonts')

Commands Run Artisan Commands from Voyager.

@include('voyager::compass.includes.commands')
@include('voyager::compass.includes.logs')
@stop @section('javascript') @stop