@extends('frontend.layout.master') @section('title', 'Resend Activation') @section('content')

Resend Activation E-Mail

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