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

{{ __('Stats protected') }}

{{ __('These stats are password protected.') }}

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