@extends('anggota.layout') @section('title', 'Tambah Rekening Bank - {{ $appDisplayName }}') @section('styles') @endsection @section('content')
Tambah Rekening Bank
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Ketik untuk mencari bank
Kembali
@endsection @section('scripts') @endsection