@extends('layouts.app') @section('title', 'View Package - ISP ERP System') @section('content')
Price: {{ number_format($package->price, 2) }}
Channels: {{ $package->channels }}
Description: {{ $package->description ?? 'N/A' }}