@extends('admin/layouts/auth') @section('title', __('auth.forgot.title')) @section('content')
@include('admin.shared.alerts')

{{ __('auth.forgot.title') }}

{{ __('auth.forgot.subheading') }}

@csrf
@include("shared.input", ["name" => "email", "label" => __('global.email'), "type" => "email"])
@endsection