@extends('layouts.auth') @section('content')
@if($errors->has('email') || session()->has('status'))
@lang('passwords.sent')
@endif
@lang('linkace.reset_password')
@if(session('status')) @endif
@csrf
@endsection