@extends('layouts.guest') @section('title', 'Password Setup') @section('content')
Set Account Password

Secure your financial access credentials.

@csrf
@error('password')
{{ $message }}
@enderror
@endsection