@extends('admin.layouts.app') @section('title', __('admin.billable_items.title')) @section('content')
| {{ __('common.table.description') }} | {{ __('common.table.amount') }} | {{ __('common.table.type') }} | {{ __('common.table.actions') }} |
|---|---|---|---|
| {{ $item->description }} | ${{ number_format($item->amount, 2) }} | {{ $item->type ?? 'standard' }} |