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

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

{!! html()->form('POST', route('password.update'))->attributes(['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