@extends('layouts.minimal') @section('title') {{__('Welcome', ['name' => $username])}} @endsection @section('content')
@component('components.logo') @endcomponent

{{__('Reset Your Password')}}

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