@if ($errors->has('email'))
@@ -88,5 +88,3 @@ class="form-control{{ $errors->has('password_confirmation') ? ' is-invalid' : ''
-
-
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
-