@extends('template.template') @section('title', 'Dashboard') @section('content')

INVOICE FORM

{{ $transaksi->nomor_urut }}

@if ($transaksi->tambahan > 0)
@endif
@endsection @section('custom_js') @endsection