@extends('panel.layout.app') @section('title', __('Subscription Plans')) @inject('paymentControls', 'App\Http\Controllers\PaymentController') @inject('gatewayControls', 'App\Http\Controllers\GatewayController') @section('content')

{{__('Current plan')}}

@include('panel.user.payment.subscriptionStatus')
@foreach($plans as $plan) @endforeach
@foreach($prepaidplans as $plan) @endforeach
@endsection