@extends('layouts.base')
@section('title', 'Starter Page')
@section('css')
{{-- include page's specific styles here --}}
@endsection
@section('content')
{{--
Information window
Currently, only Windows is supported.
--}}
@endsection
@section('script')
{{-- include page's specific scripts here --}}
@endsection