@notifyCss @stack('custom_css')
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.header') @endif
Invoice details
{{-- --}}Pay Now
1 Regal Lane,
Level 2 De Vos on the Park Building,
Suva, Fiji
contact@paytym.net
Invoice No.: {{$plan->invoice_number }}
Date: {{ $plan->date }}
Bill To:
{{ optional($employer)->company }}
{{ optional($employer)->street }},
{{ optional($employer)->city }} - {{ optional($employer)->postcode }}, {{ optional($employer->country)->name }}
Plan Details:
Plan : {{$plan->plan->plan}}
Employee - Range : {{$plan->plan->range_from}} - {{$plan->plan->range_to}}
Rate per Employee : ${{$plan->plan->rate_per_employee}}
{{-- --}}
Description Amount
Service Period: {{ $previousMonth }}
Monthly Subscription as per Plan ${{$plan->plan->rate_per_month}}
Rate per Employee: ${{$plan->plan->rate_per_employee}}
Active No. of Employees: {{$plan->active_employees}}
Total Employees Rate: ${{$plan->plan->rate_per_employee}} * {{$plan->active_employees}}
${{ number_format($total_employee_rate, 2) }}
Total Tax Inclusive Amount Due ${{ number_format($totalamount, 2) }}
Payable
Pay Now Click on this button, it will be redirected to the payment section.
@if (auth()->guard('employer')->user()) @include('employer.layouts.partials.footer') @endif
@notifyJs @stack('custom_js')