{{ __('Package Details') }}: {{ $package->name }}

{{ __('Back to Packages') }}
{{ $package->name }}
R{{ number_format($package->price, 2) }} {{ number_format($package->business_value, 2) }} BV
{{ $package->is_active ? 'Active' : 'Inactive' }}
{{ __('Edit') }}
@csrf @method('PATCH')

{{ $package->name }}

{{ $package->description }}

Package Details

Created
{{ $package->created_at->format('M d, Y') }}
Last Updated
{{ $package->updated_at->format('M d, Y') }}
Price
R{{ number_format($package->price, 2) }}
Business Value
{{ number_format($package->business_value, 2) }} BV
Status
{{ $package->is_active ? 'Active' : 'Inactive' }}