@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection @push('after-styles')
@endpush @section('content')
{{ $module_title }} {{ __($module_action) }}
@lang(':module_name Subscriptions Details ', ['module_name' => Str::title($module_name)])
Current Plan
@if(count($subscription)!=0)
Free
(0 USD / Life Time)
View Features
@else
No Subscription Plan has been selected !
@endif
@endsection @push('after-styles')
@endpush @push('after-scripts') @endpush