@extends('layouts.app') @section('title', 'Edit '.$plan->name.' Plan') @section('content')

SaaS commercial controls

Edit {{ $plan->name }}

Update pricing, tenant limits, included features and availability.

Back to Plans
@csrf @method('PUT')

Plan identity and pricing

Resource limits

Included product features

@foreach($features as $feature)@endforeach
@endsection