@extends('main') @section('title', 'Master Transfer Accounts') @section('content')
entries
@foreach ($accounts as $account) @endforeach
# Bank Account Number Account Name Actions
{{ $loop->iteration }} {{ $account->bank_name }} {{ $account->rekening }} {{ $account->nama_rekening }} img img
Showing {{ $accounts->firstItem() }} to {{ $accounts->lastItem() }} of {{ $totalAccounts }} entries
@if (session('success')) @push('scripts') @endpush @endif @endsection