@extends('layouts.status-page') @section('site_title', __('Status page protected')) @section('head_content') @endsection @section('content')
{{ __('This status page is password protected.') }}