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

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

{{ html()->form('POST', route('password.update'))->attributes(['class' => 'form-horizontal', 'id' => 'reset_password'])->open() }}
Reset your account password
@include('admin.components.messages')
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
{{ html()->form()->close() }}
@endsection