@extends('app')
@section('title', ucfirst(__('login')))
@section('head')
@endsection
@section('content')
{{ucwords(__('forget password'))}}
{{ucwords(__('provide email to send reset code'))}}.
{!! Form::open([ 'url' => '/forget', 'class' => 'login-form']) !!}
@include("includes/front_alerts")
{!! FORM::close() !!}
@endsection
@section('foot')
@endsection