@extends('guest-master') @section('content')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
{{ __('Back') }}
@endsection