@extends('layouts.app') @section('title', 'Create Package - ISP ERP System') @section('page-title', 'Create Package') @section('content')

Create New Package

Add a new internet package to the system

Package Information
@csrf
@error('name')
{{ $message }}
@enderror
Enter a unique name for the package
BDT
@error('price')
{{ $message }}
@enderror
Enter the monthly price for this package
Mbps
@error('speed_mbps')
{{ $message }}
@enderror
Enter the internet speed in Mbps (optional)
@error('is_active')
{{ $message }}
@enderror
Set the package status
@error('branch_id')
{{ $message }}
@enderror @if(\App\Helpers\PermissionHelper::isSuperUser(auth()->id()))
All active branches are available (Super User)
@else
Your main branch and all sub branches are available
@endif
@error('description')
{{ $message }}
@enderror
Provide details about this package (optional)
Cancel
Package Guidelines
Use descriptive names like "Basic 10Mbps", "Premium 50Mbps"
Set competitive prices based on market rates
Specify actual internet speed in Mbps
Active packages are available for client selection
Include features, benefits, and any special terms
@endsection @section('styles') @endsection