@extends('layouts.app') @section('page-styles') @endsection @section('content')
{{-- --}} {{ __('auth.secure_information') }}
@csrf
@error('password') @enderror
{{--
@if (Route::has('password.request')) {{__('auth.forgot_password')}} @endif
--}}
@endsection