@extends('layouts.redirect') @section('site_title', __('Link protected')) @section('head_content') @endsection @section('content')
{{ __('This link is password protected.') }}