Billing Setup

Manage your billing information.
@if(count($this->client->billings) > 0) Complete @endif
@if($billing_saved)
@endif

Payment Methods

@foreach($this->client->billings()->orderBy('created_at', 'desc')->get() as $key => $billing)
{{$billing->holder_name}} {{$billing->holder_surname}} Ending {{substr($billing->account_number, -4)}} Expires on {{date("m/Y", strtotime($billing->expiry_date))}}
@if($billing->primary) Primary @endif
@endforeach
@if($billing_details_saved)
@endif

Billing Details

Company Name {{$client->name}}
Address @isset($client->billingAddress) {{$client->billingAddress->address}}, {{$client->billingAddress->suburb}}, {{$client->billingAddress->city}}, {{$client->billingAddress->postal_code}} @else {{$client->physical_address}}, {{$client->suburb}}, {{$client->city}}, {{$client->postal_code}} @endisset
Contact {{auth()->user()->name}} {{auth()->user()->surname}}
VAT Number {{$client->vat_number}}

{{$license->name}} Plan

Monthly

Essential features for startups and individuals

R{{$license->base_license_price}}.00 License cost
R{{$license->price_per_seat}}.00 Cost per seat
{{$license->max_products - count($companyProducts)}} Free seats
{{$license->max_products}} Max products
Usage ({{ $license->max_number_users?? 'Unlimited' }} user/s)