@extends('dashboard.layouts.master') @section('title', 'Subscription Management| Admin Panel') @push('after-styles') @can('subscription.plan.show') @endcan @endpush @section('content') @can('subscription.plan.show')

Show Subscription

{{ __('backend.dashboard') }} / Subscription Management / Show Subscription
{{ Form::open(['route' => ['subscription_plan.update'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}