@extends('layouts.demo10.base') @section('styles') @endsection @section('content')
| Name | Price | Billing Type | Status | @canany(['edit.packages', 'delete.packages'])@endcanany |
|---|---|---|---|---|
| {{ $package->name }} | $ {{ $displayPrice }} | {{ $billingLabel }} | {{ $package->is_active ? 'Active' : 'Inactive' }} | @canany(['edit.packages', 'delete.packages'])@endcanany |
| No packages found. | ||||