@extends('frontend.layouts.master') @section('title', 'Resend Activation E-Mail') @section('content')

Resend Account Activation E-Mail

Re-send Account Activation E-Mail

{{ csrf_field() }}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif

Don't have an account yet? Register for a free account here!

Forgot your password? Reset your password here.

@endsection