@extends('backend::layouts.app') @section('content')
Plan Edit @include('backend-subscription::plan.inc.form',['action' => route('backend.plan.update',['plan' => $plan]), 'method' => 'PUT'])
Plan Prices
@include('backend-subscription::plan-price.inc.index-table', ['items' => $planPrices])
Plan Items
@include('backend-subscription::plan-item.inc.index-table', ['items' => $planItems])
@endsection