@extends('layouts.app') @section('content')

პაროლის აღდგენა:

{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection