@extends('layouts/contentLayoutMaster') @section('title', $plan->name) @section('vendor-style') @endsection @section('content') {{ __('locale.description.plan_details') }} {{-- Gerenal --}} {{ __('locale.labels.general') }} {{-- features setting --}} {{ __('locale.plans.plan_features') }} {{-- speed limit --}} {{ __('locale.plans.speed_limit') }} {{--Sender ID--}} {{ __('locale.labels.sender_id') }} {{-- Coverage --}} @if (!$plan->hasPricingCoverage()) @else @endif {{ __('locale.labels.coverage') }} {{--Version 3.9--}} {{-- Unit Price --}} @if (!$plan->hasCreditPrices()) @else @endif {{ __('locale.plans.sending_credit_price') }} {{-- Tab panes --}} {{-- Gerenal --}} @include('admin.plans._general') {{-- features setting --}} @include('admin.plans._features') {{-- speed limit --}} @include('admin.plans._speed_limit') @include('admin.plans._sender_id') {{-- pricing --}} @include('admin.plans._pricing') {{-- unit price --}} @include('admin.plans._sending_credit_price') @endsection @section('vendor-script') @endsection @section('page-script') @if($errors->has('sending_server_id')) @endif @endsection
{{ __('locale.description.plan_details') }}