@extends('saas::frontend.layouts.master') @section('title', @$data['title']) @section('styles') @endsection @section('content')
{{ _trans('common.Start Date') }}
{{ showDate($startDate) }}
{{ _trans('common.End Date') }}
{{ showDate($endDate) }}
{{ _trans('common.Total') }} {{ currency_format(number_format($data['pricingPlanPrice']->price, 2)) }}