| Name | Short Name | Price | Stats | Action |
|---|---|---|---|---|
| {{ $package->name }} | {{ $package->shortname }} | {{ $package->price }} | {{ $package->status == '1' ? 'Active': 'In-Active' }} |
|
@extends('backend.layouts.app') @section('content')
| Name | Short Name | Price | Stats | Action |
|---|---|---|---|---|
| {{ $package->name }} | {{ $package->shortname }} | {{ $package->price }} | {{ $package->status == '1' ? 'Active': 'In-Active' }} |
|