@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk')
@section('title', 'Master Bank Account Hotel')
@section('css')
@endsection
@section('content')
No |
Bank |
Account Number |
On behalf of / p.p |
Actions |
@if (!$rekening_banks->isEmpty())
@foreach ($rekening_banks as $rekening_bank)
{{ $loop->iteration }} |
{{ $rekening_bank->nama_bank }} |
{{ $rekening_bank->rekening }} |
{{ $rekening_bank->atas_nama }} |
|
@endforeach
@endif
@endsection
@section('js')
@endsection