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

Reset your password for {{ \Config::get('settings.company_name') }}.

{{ html()->form('POST', route('password.update'))->attributes(['class' => 'form-horizontal'])->open() }} @include('admin.components.messages')
has('email') ? ' aria-invalid="true"' : '' }} required readonly> @if ($errors->has('email')) @endif
has('password') ? ' aria-invalid="true"' : '' }} required style="padding-right: 40px;">
@if ($errors->has('password')) @endif
{{ html()->form()->close() }}
@endsection