@extends('dashboard.layouts.master') @section('title', 'Subscription Management | Admin Panel') @section('content') @include('sweetalert::alert') @can('subscription.plan.read')

{{ __('backend.subscription_mangement') }}

{{ __('backend.dashboard') }} / {{ __('backend.subscription_mangement') }} / {{ __('backend.subscription') }}
@can('subscription.plan.create') @endcan
@if (Gate::check('subscription.plan.update') || Gate::check('subscription.plan.delete')) {{ Form::open(['route' => 'countryUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
@endif {{-- Plan Type filter ------------------------------------------------- --}}
Plan Name Plan Type Pricing Model {{ __('backend.status') }} {{ __('backend.options') }}
{{ Form::close() }}
@else @endcan @endsection @push('after-scripts') @endpush