@extends('templates/layout') @section('header') @parent @javascript([ 'alert' => session('message', ''), ]) @stop @section('navbar') @stop @section('body')

@lang('form.section.what.title')

@lang('form.section.what.subtitle')

  • @lang('form.section.what.heading1')

    {!! nl2br(trans('form.section.what.content1')) !!}

@lang('form.fyi')

{!! nl2br(trans('form.section.what.notice', ['button' => str_replace("\n", '', view('partials.bmcButton'))])) !!}

@lang('form.section.how.title')

@lang('form.section.how.subtitle')

  • @lang('form.section.how.heading1')

    {!! nl2br(trans('form.section.how.content1')) !!}

  • @lang('form.section.how.heading2')

    {!! nl2br(trans('form.section.how.content2')) !!}

  • @lang('form.section.how.heading3')

    {!! nl2br(trans('form.section.how.content3')) !!}

  • @lang('form.section.how.heading4')

    {!! nl2br(trans('form.section.how.content4')) !!}

@lang('form.fyi')

{!! nl2br(trans('form.section.how.notice', ['link' => 'GitHub'])) !!}

@lang('form.section.go.title')

@lang('form.section.go.subtitle')

@stop @section('script') @parent @stop