@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')
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@lang('Not Register ?') @lang('Click here')
@endsection