@extends('layouts.superadmin') @section('title', isset($plan) ? 'Edit Plan' : 'Create Plan') @section('page-title', isset($plan) ? 'Edit Plan: '.$plan->name : 'Create New Plan') @section('content')
@csrf @if(isset($plan)) @method('PUT') @endif
{{-- Features --}}
Cancel
@endsection