@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Plan Name') }}: {{ $id->plan_name }}

{{ __('Created Date') }}:
{{ $id->created_at }}
{{ __('Plan Type') }}:
{{ __('Prepaid') }}
{{ __('Plan Name') }}:
{{ ucfirst($id->plan_name) }}
{{ __('Plan Status') }}:
{{ ucfirst($id->status) }}
{{ __('Price') }}:
{{ $id->price }}
{{ __('Currency') }}:
{{ $id->currency }}
{{ __('Pricing Plan') }}:
{{ ucfirst($id->pricing_plan) }}
{{ __('Included Words') }}:
{{ number_format($id->words) }}
{{ __('Included Images') }}:
{{ number_format($id->images) }}
{{ __('Included Characters') }}:
{{ ucfirst($id->characters) }}
{{ __('Included Minutes') }}:
{{ number_format($id->minutes) }}
@endsection