@extends('layouts.plantilla') @section('content')
{{ __('Restablecer contraseƱa') }}
@if($errors->first('sql') != null)
{{$errors->first('sql')}}
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection