@extends('layouts.structure') @section('content')
| Sr No. | Client Name | CRR No. | Grade | Total Used Weight (TON) | CRS Balance Weight (TON) | CTL Balance Weight (TON) | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $plan->client->client_name ?? 'N/A' }} | {{ $plan->coil->crr_no ?? 'N/A' }} | {{ $plan->grade->grade_name ?? 'N/A' }} | {{ number_format($plan->total_used_weight, 3) }} | {{ number_format($plan->total_crs_bal_weight, 3) }} | {{ number_format($plan->total_ctl_bal_weight, 3) }} | {{ ucfirst($plan->status) }} |