@extends('layouts.admin') @section('title', 'Create Plan') @push('styles') @endpush @section('content')
@csrf {{-- Basic Info --}}
Basic Information
@error('name')
{{ $message }}
@enderror
@error('slug')
{{ $message }}
@enderror
Which subsystem this plan applies to — gates feature/quota enforcement. @error('module')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
{{-- Pricing --}}
Pricing
@error('price_monthly')
{{ $message }}
@enderror
@error('price_yearly')
{{ $message }}
@enderror
{{-- Features --}}
Features
{{-- Limits --}}
Limits
{{-- Active Toggle --}}
Plan is active
Cancel
@endsection @push('scripts') @endpush