@extends('layouts.app') @section('title', 'View Package - ISP ERP System') @section('content')
{{ $package->package_name }}

Price: {{ number_format($package->price, 2) }}

Channels: {{ $package->channels }}

Description: {{ $package->description ?? 'N/A' }}

Edit Back
@endsection