@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@if ($type == 'Regular License' && $status)

{{ __('Extended License is required in order to have access to these features') }}

@else

{{ __('All Subscription Plans') }}

{{ __('Plan') }} {{ __('Price') }} {{ __('Frequency') }} {{ __('Active Subscribers') }} {{ __('Featured') }} {{ __('Free') }} {{ __('Status') }} {{ __('Created On') }} {{ __('Actions') }}
@endif
@endsection @section('js') @endsection