@extends('layouts.minimal') @section('site_title', formatTitle([__('Link protected'), parse_url(config('app.url'), PHP_URL_HOST) == request()->getHost() ? config('settings.title') : null])) @section('head_content') @endsection @section('content')
{{ __('This link is password protected.') }}