@extends('gateways.main') @section('content')
|
{{ __('Unpaid') }} |
{{ __('Invoiced To') }}
{{ Auth::user()->name }} {{ Auth::user()->address }} |
{{ __('Pay To') }}
{{ $invoice_data->company_name }} {{ $invoice_data->address }} {{ $invoice_data->city }} {{ $invoice_data->post_code }} {{ $invoice_data->country }} |
{{ __('Description') }} | {{ __('Amount') }} |
- {{ $plan->title }} | {{ amount_format($plan->price,'name') }} |
{{ __('Sub Total') }}: | {{ amount_format($plan->price,'name') }} |
{{ __('Tax') }}: | {{ amount_format($tax,'name') }} |
Total: | {{ amount_format($total,'name') }} |