@extends('layouts.app') @section('title', 'Add Subscription') @section('page-title', 'Add Subscription Manually') @section('content')
Create New Subscription
@csrf
Note: This will manually create a subscription for a partner. Make sure to set appropriate dates and status.
@error('partner_id')
{{ $message }}
@enderror
@error('plan_type')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror Monthly: ₹300, Yearly: ₹3,240
@error('status')
{{ $message }}
@enderror
@error('start_date')
{{ $message }}
@enderror
@error('end_date')
{{ $message }}
@enderror Will be auto-calculated based on plan type if left empty
Cancel
@push('scripts') @endpush @endsection