@extends('landing::_layouts.master') @section('title', __('messages.global.forgot_password')) @section('content') {{-- Header --}} {{ __('messages.global.user_area') }} {{-- Starting gradient --}} @include('landing::_layouts/_partials/gradient-start', ['fill' => '#f7fafc']) {{-- Content --}} {{-- Flash Messages --}} @if (session('status')) {{ __('messages.forgot_password.resent') }} @endif {{-- Title --}} {{ __('messages.global.forgot_password') }} {{-- Form --}} {{-- CSRF --}} @csrf {{-- Account Type Field --}} {{ __('messages.global.account_type') }} {{ __('messages.account_type.individual') }} {{ __('messages.account_type.organization') }} {{ __('messages.account_type.access') }} {{ __('messages.global.access') }} @if ($errors->has('account_type')) {{ $errors->first('account_type') }} @endif {{-- Email Field --}} {{ __('messages.global.email_address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{-- Submit Button --}} {{ __('messages.global.reset_password') }} {{-- Ending gradient --}} @include('landing::_layouts/_partials/gradient-end', ['fill' => '#f7fafc']) @endsection
{{ __('messages.forgot_password.resent') }}
{{ $errors->first('account_type') }}
{{ $errors->first('email') }}