@extends('admin.layouts.layout-login') @section('content')
Reset Password

Re-Password with {{ \Config::get('settings.company_name') }}.

{{ Form::open(array('route' => 'password.update', 'method' => 'post', 'id' => 'reset_password')) }}
Reset your account password
@include('admin.components.messages')
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
{{ Form::close() }}
@endsection