@extends('layouts.redirect') @section('site_title', __('Link protected')) @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