@extends('principal::master') @section('title') Registration @stop @section('content')
@foreach($articles as $key => $item)
{{ $item->full_text }}
@endforeach
@if(isset($show_form) && $show_form == true) @include('principal::signup_form_new') @else

Online Registration is now closed

All participants must register in person at the hotel.

@endif
@stop @section('scripts') @if(isset($show_form) && $show_form == true) @endif @stop