@extends('layouts.new_theme') @section('content')
{{ __('Price is inclusive of taxes') }}.
| # | {{ __('Plan') }} | {{ __('Periode') }} | {{ __('Price') }} | {{ __('Totals') }} |
|---|---|---|---|---|
| 1 | {{ __($plan->name) }} | {{ __($pricing->term) }} {{ __($pricing->period) }} | {{ $pricing->currencies->prefix }}{{ number_format($pricing->price, 2) }} | {{ $pricing->currencies->prefix }}{{ number_format($pricing->price, 2) }} |