@section('title', __('stn.title') . ' - ' . config('app.name'))
@section('description', __('stn.description'))
@section('tags', __('stn.tags'))
@section('image', asset('/img/logo.png'))
@extends('layouts.app')
@section('head')
@endsection
@section('content')
{{ __('stn.suptitle') }} {{ __('stn.subtitle') }}{{ __('stn.title') }}
{!! __('stn.intro_paragraph') !!}