@extends('dashboard.layouts.master') @section('title', 'Add Plan Type | Admin Panel') @section('content') @can('subscription_plan_type.create')

Add Subscription Plan Type

{{ __('backend.dashboard') }} / Plan Types / Add
{{ Form::open(['method' => 'POST', 'id' => 'createForm']) }}
{{ __('backend.cancel') }}
{{ Form::close() }}
@else @endcan @endsection @push('after-scripts') @endpush