@extends('admin.layout') @section('title', 'Settings') @section('content')

Settings

Configure IBAN, admin credentials, and notification email

{{-- General --}}

Transfer IBAN

@csrf @if($errors->any())
{{ $errors->first() }}
@endif

Users transfer $1 to this IBAN before submitting.

Receives alerts for every new verification request.


Admin Credentials

@endsection