@extends('layouts.auth') @section('page-title') {{__('Verify Email')}} @endsection @push('css-page') @endpush @section('content')
{{__('You are receiving this email because we received a password reset request for your account')}}
{{ __('If you did not request a password reset, no further action is required..') }}
{{__('If you’re having trouble clicking the "Reset Password" button, copy and paste the URL below into your web browser:')}} {{ url('/reset-password/'.$token) }}