@extends('layouts.layout-2') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('register.registration_completed')}}

{{ __('register.wizard_create_release_hl') }}

{!! __('register.wizard_create_release_line_1') !!}

@endsection @section('scripts') @endsection