@extends('layouts.site_layout') @section('content')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
@endsection