@extends('frontend.new_design.layout.new_master') @section('site_title', __('Subscriptions')) @section('meta_title'){{ __('Subscriptions') }}@endsection @section('style') @endsection @section('content')
{{-- @if(moduleExists('CoinPaymentGateway'))@else@endif--}}

{{ __('Subscription Plan') }}

@foreach ($subscription_types as $type) @endforeach
@include('subscription::frontend.subscriptions.search-result')
@endsection @section('script') @include('subscription::frontend.subscriptions.subscriptions-js') @endsection