@extends('layouts.status-page') @section('site_title', __('Status page protected')) @section('head_content') @endsection @section('content')
@csrf

{{ __('Status page protected') }}

{{ __('This status page is password protected.') }}

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(url()->previous() != url()->current()) @endif
@endsection