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