@extends('backend.layouts.app') @section('main') @section('title', 'Checkout')
ORDER LISENSI
#{{ auth()->user()->username }}
{{ \Carbon\Carbon::now()->format('d/m/Y') }}
{{-- --}}
Description Qty Price Amount
Starbill {{ $license->name }} Monthly
Unlimited NAS / {{ number_format($license->limit_pppoe, 0, '.', '.') }} PPPoE Users / {{ number_format($license->limit_hs, 0, '.', '.') }} Hotspot Users
1 Rp{{ number_format($license->price, 0, '.', '.') }} Rp{{ number_format($license->price, 0, '.', '.') }}
Setup Fee
A fully coded set of UI resources for creating a comprehensive web application
1 0 $500.00
Subtotal:
Rp{{ number_format($license->price, 0, '.', '.') }}
PPN (0%):
Rp0
Total:
Rp{{ number_format($license->price, 0, '.', '.') }}
@endsection @push('scripts') @endpush