@extends('layouts.genindex') @section('title') Emandate {{ $account->account_no }} @endsection @if( $account->account()->exists() ) @section('subtitle') @if (($account->is_lot == 1)) Akaun SEWA @else ({{ $account->account->AwardType->keterangan ?? $account->account->acc_type_id }}) @endif @endsection @endif @section('filter-buttons') @include('layouts.filters') @endsection @section('filter-fields')
{{ $txns->total() }} transaksi ditemui
@endsection @section('list') @foreach($txns as $txn)
{{ $txn->trx_transaction_time != 0 ? $txn->trx_transaction_time : '' }} | {{ $txn->type->trx_type }}
RM {{ $txn->trx_amount }}
{{ $txn->transaction_status }}
{{ $txn->bank->display_name ?? $txn->bankcode }}
Lihat @if( $txn->berjaya() ) Cetak @endif
@endforeach
{{ $txns->onEachSide(1) ->appends(request()->query()) ->links() }}
@endsection @section('button-block') @parent Kembali @endsection