@extends('expert.master') @section('title', 'Transaksi Jurnal - ' . $settingsinfo->company_name . ' - ' . $settingsinfo->soft_name) @section('content') @include('expert.sidebar') @include('expert.topbar')
| No. | Nomor Transaksi | Nominal | Tanggal | Keterangan | Aksi |
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $voucher->voucher_code }} | @if ($set_currency->currency_position == 2) {{ $set_currency->symbol }} @endif {{ $voucher->transaction_amount }} @if ($set_currency->currency_position == 1) {{ $set_currency->symbol }} @endif {{ $set_currency->currency_text }} | {{ date('d/m/Y', strtotime($voucher->transaction_date)) }} | {{ $voucher->remarks }} |