@extends('app')
@section('title', 'Login')
@section('head')
@endsection
@section('content')
Activate Account
Provide activation code to activate your account.
{!! Form::open([ 'url' => '/activation', 'class' => 'login-form']) !!}
@include("includes/front_alerts")
{!! FORM::close() !!}
@endsection
@section('foot')
@endsection