@extends('layouts.app') @section('page-name','Kuitansi') @section('content')

{{ $sitename }}

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

@foreach ($kuitansi as $item) @endforeach
Tanggal Invoice Total
{{ $item->created_at->format('d-m-Y') }} {{ $item->invoice }} IDR. {{ format_idr($item->total) }} Cetak
@endsection @section('js') @endsection