@extends('layouts.app', ['class' => 'bg-default', 'title' => trans('account.password.reset')]) @section('content') @include('layouts.headers.guest')

{{ __('account.password.reset') }}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection