@extends('expert.master') @section('title', 'Transaksi Penerimaan - ' . $settingsinfo->company_name . ' - ' . $settingsinfo->soft_name) @section('content') @include('expert.sidebar') @include('expert.topbar')
Transaksi Penerimaan
Daftar Transaksi Penerimaan
@php $i = 1; @endphp @foreach ($vouchers as $voucher) @endforeach
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 }}
@endsection @section('js') @endsection