@extends('auth.layouts.header-client') @section('title', 'WTO') @section('content')

{{ trans('admin.password_reset') }}

Back to site

@if(session()->has('status')) {{ session()->get('status') }}

Back to site @elseif($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif
@stop