@extends('layouts.empty') @section('content')
@include('layouts.partials.logo')

{{ __('Reset Password') }}

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