@extends('layouts.main') @section('style') @endsection @section('content')

Informasi Rekening

@include('components.message')
@if(isset($data) && count($data)>0) @foreach($data as $k => $v) @endforeach @endif
No Nama Bank Nomor Rekening Atas Nama Aksi
{{ $k+1 }} {{ $v->bank_name }} {{ $v->account_number }} {{ $v->account_holder }}
@if(isset($data) && count($data)==0)
Maaf data tidak ditemukan

We've searched more than 150+ data We did not find any data for you search.

@endif
@include('pages.rekening.modal') @endsection @section('script') @include('pages.rekening.script') @endsection