@extends('backend::layouts.app') @section('content')
Plan Edit @include('backend-subscription::plan-price.inc.form',['action' => route('backend.plan-price.update',['plan_price' => $planPrice]), 'method' => 'PUT'])
@endsection