@extends('layouts.app')
@section('content')
| Tanggal | Dari | Ke | Jumlah | Catatan | Oleh |
|---|---|---|---|---|---|
| {{ $mutation->mutation_date->format('d/m/Y') }} | {{ $mutation->getFromAccountLabel() }} | {{ $mutation->getToAccountLabel() }} | Rp {{ number_format($mutation->amount, 0, ',', '.') }} | {{ $mutation->notes ?? '-' }} | {{ $mutation->user->name ?? '-' }} |
| Belum ada mutasi kas | |||||