@extends('garage.layouts.app') @section('title', 'Packages') @section('content')
| Name | Code | Package price | Status | Actions |
|---|---|---|---|---|
|
{{ $p->name }}
@if(!empty($p->description))
{{ \Illuminate\Support\Str::limit($p->description, 90) }}
@endif
|
{{ $p->code ?? '—' }} | PKR {{ number_format((float) $p->package_price, 2) }} | @if(!empty($p->is_active)) Active @else Inactive @endif | Edit |
| No packages found. | ||||