@extends('layouts.auth') @section('title', __('Confirm your password')) @section('heading', __('Confirm your password')) @section('intro', __('This is a secure area. Please confirm your password before continuing.')) @section('form')
@csrf @endsection