@extends('layouts.front')
@section('title')
@lang('Resend Activation Email') - {{config('app.name')}}
@endsection
@section('styles')
@endsection
@section('content')
@if(session('success'))
{{ session('success') }}
@endif
{{config('app.name')}} : @lang('Resend Activation Email')
( @lang('Resend Activation Email') )
@lang('Enter your email to resend activation email')
@endsection