@extends('layouts.app') @section('title', 'Packages - ISP ERP System') @section('page-title', 'Packages Management') @section('content')
Manage internet packages and pricing
| ID | Package Name | Branch | Created By | Description | Price | Speed (Mbps) | Status | Created | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $package->id }} |
{{ $package->name }}
|
@if($package->branch)
{{ $package->branch->name }}
@if($package->branch->code)
{{ $package->branch->code }}
@endif
@else
-
@endif
|
@if($package->user)
{{ $package->user->name }}
{{ $package->user->email }}
@else
-
@endif
|
@if($package->description) {{ Str::limit($package->description, 50) }} @else - @endif | BDT{{ number_format($package->price, 2) }} | @if($package->speed_mbps) {{ $package->speed_mbps }} Mbps @else - @endif | @if($package->is_active) Active @else Inactive @endif | {{ $package->created_at->format('M d, Y') }} |