@extends('layouts.admin') @section('content')
Invoice: {{ $transaction->id }}
Total: Rp {{ number_format($transaction->total, 0, ',', '.') }}