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

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

{{ __('Created Date') }}:
{{ $id->created_at }}
{{ __('Plan Type') }}:
Pre Paid
{{ __('Plan Name') }}:
{{ ucfirst($id->plan_name) }}
{{ __('Plan Status') }}:
{{ ucfirst($id->status) }}
{{ __('Price') }}:
{{ $id->cost }}
{{ __('Currency') }}:
{{ $id->currency }}
{{ __('Payment Frequence') }}:
{{ ucfirst($id->payment_frequency) }}
{{ __('Included Characters') }}:
{{ ucfirst($id->characters) }}
{{ __('Bonus Characters') }}:
{{ $id->bonus }}
@endsection