@vite([ 'resources/scss/line-awesome/1.3.0/scss/line-awesome.scss', 'resources/scss/grid.scss', 'resources/scss/fonts.scss', 'resources/scss/animations.scss', 'resources/scss/typography.scss', 'resources/scss/app.scss', 'resources/scss/light.scss' ])
{{ __('Current active bills for this table') }}
{{ $bill['title'] }}
@endif| {{ __('Product') }} | {{ __('Qty') }} | {{ __('Price') }} | {{ __('Total') }} |
|---|---|---|---|
| {{ $product['name'] }} | {{ $product['quantity'] }} | {{ ns()->currency->define($product['unit_price']) }} | {{ ns()->currency->define($product['total_price']) }} |
{{ __('Name') }}: {{ $bill['customer']['name'] }}
@if($bill['customer']['phone']){{ __('Phone') }}: {{ $bill['customer']['phone'] }}
@endif{{ __('To make a payment, you need to use the secure link') }}
{{ __('Request Payment Link') }}{{ __('Fully Paid') }}
{{ __('Ask your server for a secure payment link to complete your transaction safely.') }}
{{ __('There are currently no active bills for this table.') }}
{{ __('Bills will appear here once orders are placed.') }}
{{ __('Thank you for dining with us!') }}
{{ config('app.name') }}