@extends('layouts.app') @section('page-name','Kuitansi') @section('content')
Invoice: {{ now()->format('YmdHis') }}
Tanggal : {{ now()->format('d-m-Y') }}
Nama : {{ Auth::user()->name }}
Nama | Jumlah | Harga |
---|---|---|
DISKON | ||
TOTAL | IDR. 0 | |
Tanda Terima
............................ |
Hormat Kami
............................ |
Histori
Tanggal | Invoice | Total | |
---|---|---|---|
{{ $item->created_at->format('d-m-Y') }} | {{ $item->invoice }} | IDR. {{ format_idr($item->total) }} | Cetak |