@extends('backend.master') @section('content')
| # | Logo | Name | Slug | Type | Daily Min — Max | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $pm->id }} |
@if($pm->logo)
|
{{ $pm->name }} | {{ $pm->slug }} | {{ $pm->type }} | {{ $pm->daily_min !== null ? number_format($pm->daily_min) : '—' }} — {{ $pm->daily_max !== null ? number_format($pm->daily_max) : '—' }} | {{ $pm->is_active ? 'Active' : 'Inactive' }} | |
| No data found | |||||||