@extends('admin.master_layout') @section('title') {{ __('translate.Create Plan') }} @endsection @section('body-header')

{{ __('translate.Create Plan') }}

{{ __('translate.Subscription Plan') }} >> {{ __('translate.Create Plan') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Create Plan') }}

{{ __('translate.Plan List') }}
@include('subscription::_plan_listing_limit_field', ['plan' => null]) @include('subscription::_promotion_plan_fields', ['plan' => null])
@include('subscription::_plan_status_toggles', ['plan' => null])
@endsection