@extends('expert.master') @section('title', 'Transaksi Penerimaan - ' . $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 {{ number_format($voucher->transaction_amount, 2) }} @if ($set_currency->currency_position == 1) {{ $set_currency->symbol }} @endif {{ $set_currency->currency_text }} | {{ date('d/m/Y', strtotime($voucher->transaction_date)) }} | {{ $voucher->remarks }} |