@extends('layouts.frontend')
@section('title')
@lang('auth.page_title')
@endsection
@section('content')
{!! Form::open(['url' => '/password/email', 'method' => 'POST', 'id' => 'forget_form']) !!}
{!! Form::close() !!}
@endsection
@section('login-script')
@endsection