@extends('layouts.admin') @section('title', 'Create New Plan') @section('content')

Create New Plan

@if($errors->any())
@endif

Plan Information

@csrf

Basic Information

$

Optional: Link to Stripe price for payment processing

Limits and Features

Leave empty for unlimited users

Leave empty for unlimited storage

Leave empty for unlimited documents

Settings

Cancel
@endsection