{{--
=====================================================
Etebarit - by Gisoo Web Solutions
------------------------------------------------------
Gisoo.net
------------------------------------------------------
Copyright (c) 2026 Gisoo Web Solutions
=====================================================
This code is protected by copyright
=====================================================
File: index.blade.php
------------------------------------------------------
Use: The user's bank accounts from the approved design:
card grid with the default and review states, and
the add-account modal with live BIN detection.
=====================================================
--}}
@extends('layouts.user')
@section('title', __('front.bank_accounts.title'))
@section('breadcrumb')
{{ __('front.bank_accounts.subtitle') }}
{{ __('front.bank_accounts.note', ['name' => auth()->user()->fullName()]) }}