@extends('cleaner.layouts.loggedin') @section('title', 'Invoices') @section('content') @foreach ($invoiceData as $data)
Quantity/Weight Lb | {{ $data->weight }}Lb |
---|---|
Rate | ${{ $data->rate }} |
Amount | ${{ number_format($data->weight * $data->rate, 2, '.', '') }} |
Bonus: | ${{ $data->bonus}} |
Amount: | ${{ number_format($data->bonus + $data->weight * $data->rate, 2, '.', '') }} |
If you have any questions concerning this invoice, use the following contact information:
hello@getchoreless.com (888) 315-0445