@extends('layouts.auth') @section('content')
{{ __(get_option('sign_up_left_text')) }}
@if(get_option('sign_up_left_image'))
@endif
@csrf
{{ __(get_option('forgot_title')) }}
{{ __(get_option('forgot_subtitle')) }}
{{ __('Email') }}
{{ __(get_option('forgot_btn_name')) }}
{{ __('Back to Login?') }}
@endsection