Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
@extends('layouts.app') @section('title', $plan->exists ? 'Edit Package' : 'Create Package') @section('page-title', $plan->exists ? 'Edit package' : 'Create package') @section('content')
Pricing configuration

{{ $plan->exists ? 'Update '.$plan->name : 'Add a new client package' }}

Stripe Checkout uses this price and billing interval.

@csrf @if($plan->exists) @method('PUT') @endif
Cancel
@endsection