-@endsection
+@endsection
\ No newline at end of file
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php
index f7cb0cb59..656298027 100644
--- a/resources/views/auth/register.blade.php
+++ b/resources/views/auth/register.blade.php
@@ -1,88 +1,173 @@
-@extends('layout.base')
+@extends('layout.new_base')
-@section('content')
-
-
-
-
-
#EUCodeWeek
- @lang('login.register')
-
-
-
-
+@php
+ $list = [
+ (object) ['label' => __('login.register'), 'href' => ''],
+ ];
+@endphp
+@section('layout.breadcrumb')
+ @include('layout.breadcrumb', ['list' => $list])
+@endsection
-