@extends('layouts.app') @section('site_title', __('Website protected')) @section('content')
@csrf

{{ __('Website protected') }}

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

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @include('shared.sidebars.user')