@extends('layouts.app') @section('title', 'Billing Statuses') @section('content')
Manage billing statuses and their configurations
Showing all billing statuses (Super User)
| ID | Status Name | Description | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ $billingStatus->id }}
|
{{ $billingStatus->name }}
|
{{ $billingStatus->description ?: '-' }} | @if($billingStatus->is_active) Active @else Inactive @endif | {{ $billingStatus->created_at->format('M d, Y') }} | |
No Billing Statuses FoundGet started by creating your first billing status. Add First Billing Status |
|||||