@extends('auth.master') @section('content')
@csrf
@if (Route::has('password.request')) {{ __('auth.forgot_password') }} @endif
@endsection @section('script') @parent @endsection