WiFi Billing System
Dashboard
Packages
Edit Package: {{ $package->name }}
Back to Packages
@if ($errors->any())
There were errors with your submission
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Package Name
Duration (Days)
Price (TK)
Description
{{ old('description', $package->description) }}
Brief description of the package (optional)
is_active) ? 'checked' : '' }} class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded">
Active
Make this package available for purchase
Cancel
Update Package