@extends('layouts.app') @section('title', $customer->name) @section('page-title', 'Customer Profile') @section('breadcrumbs')
{{ $customer->company_name }}
{{ ucfirst($customer->status) }}Paid
Outstanding
| Title | Price | Billing | Status |
|---|---|---|---|
| {{ $service->title }} | ${{ number_format($service->price, 2) }} | {{ ucfirst(str_replace('_', ' ', $service->billing_cycle)) }} | {{ ucfirst($service->status) }} |
| No services yet. | |||