@extends('frontend.layout') @section('content')
@if(!empty($error))
@endif
{{ config('app.name', 'Laravel') }} - @lang('Password')

@lang('The link you are trying to access is password protected').

@csrf
@endsection