@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') }} {{ __('All') }} @foreach ($subscription_types as $type) {{ $type->type }} @endforeach @include('subscription::frontend.subscriptions.search-result') @endsection @section('script') @include('subscription::frontend.subscriptions.subscriptions-js') @endsection