@extends('Centaur::layout') @section('title', 'Resend Activation Instructions') @section('content')

Resend Activation Instructions

{!! ($errors->has('email') ? $errors->first('email', '

:message

') : '') !!}
@stop