@extends('templates/layout') @section('header') @parent @javascript([ 'alert' => session('message', ''), ]) @stop @section('navbar')
@stop @section('body')@lang('form.section.what.subtitle')
{!! nl2br(trans('form.section.what.notice', ['button' => str_replace("\n", '', view('partials.bmcButton'))])) !!}
@lang('form.section.how.subtitle')
{!! nl2br(trans('form.section.how.notice', ['link' => 'GitHub'])) !!}
@lang('form.section.go.subtitle')