@extends('layouts-new.auth') @section('content')
Appointo
@lang('app.resetPassword')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection