@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')
@csrf

{{ __('Link protected') }}

{{ __('This link is password protected.') }}

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