@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' ])
{{ __('Date') }}: {{ \Carbon\Carbon::parse($bill['created_at'])->format('M d, Y g:i A') }}
{{ __('Type') }}: {{ ucfirst($bill['type']) }}
{{ __('Status') }}: {{ ucfirst(str_replace('_', ' ', $bill['payment_status'])) }}
{{ __('Name') }}: {{ $bill['customer']['name'] }}
@if($bill['customer']['email']){{ __('Email') }}: {{ $bill['customer']['email'] }}
@endif @if($bill['customer']['phone']){{ __('Phone') }}: {{ $bill['customer']['phone'] }}
@endif| {{ __('Product') }} | {{ __('Qty') }} | {{ __('Unit Price') }} | {{ __('Total') }} |
|---|---|---|---|
| {{ $product['name'] }} | {{ $product['quantity'] }} | {{ ns()->currency->define($product['unit_price']) }} | {{ ns()->currency->define($product['total_price']) }} |
{{ __('Thank you for your payment!') }}
{{ __('Thank you for your business!') }}
{{ config('app.name') }}