@extends('layouts/app') @section('content')
To complete the registration, please add an email address to your account!
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('footer_scripts') @endsection