@extends('layouts.app') @section('title', 'Job Costing') @section('breadcrumbs') @endsection @section('content')
Profitability analysis per shipment / job
| Job # | Customer | Shipment # | Revenue | Cost | Margin | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $j->job_number ?? 'N/A' }} | {{ $j->customer->name ?? 'N/A' }} | {{ $j->shipment_number ?? 'N/A' }} | {{ number_format($j->total_revenue ?? 0, 2) }} | {{ number_format($j->total_cost ?? 0, 2) }} | {{ number_format($j->margin ?? 0, 1) }}% | ||
No jobs found | |||||||