@extends('template.main-template') @section('content') Recovery Password @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Enter your email @csrf E-Mail Send reset email @endsection @push('javascript') @endpush
{{ $error }}