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

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

{{-- {{ __('App::compass.welcome') }}--}}

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

{{ __('voyager::compass.resources.title') }} {{--{{ __('voyager::compass.resources.text') }}--}}

{{--
--}} {{--
--}} {{--

{{ __('voyager::compass.links.title') }}

--}} {{----}} {{----}} {{--
--}} {{----}} {{--
--}}

{{ __('voyager::compass.fonts.title') }}

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

{{ __('voyager::compass.commands.title') }} {{--{{ __('voyager::compass.commands.text') }}--}}

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