@extends('layouts.guest') @section('title', 'Internet Banking Login') @section('content') @php $demoPassword = 'Password@123'; $demos = [ ['role' => 'David Okoro', 'id' => 'FFC-C-000001'], ['role' => 'Greenfield Agro Ltd', 'id' => 'FFC-C-000002'], ['role' => 'Halima Sani', 'id' => 'FFC-C-000005'], ]; $prefill = old('identifier', request('identifier', '')); @endphp

Internet Banking

Sign in with your customer number or registered email.

@csrf

Demo customers

Click a customer to fill the form, then sign in.

@foreach($demos as $demo) @endforeach

Password for all demos: {{ $demoPassword }}

@endsection @section('footer') Staff Login ยท Back to home @endsection