@extends('layouts.app') @section('title', 'Measurement Report') @section('content')
| SL | Date | Height | Weight | Chest | Neck | Waist | Thigh | Arm | Fat | Remarks |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ \Carbon\Carbon::parse($measurement->measurement_date)->format('d-m-Y') }} | {{ $measurement->height }} | {{ $measurement->weight }} | {{ $measurement->chest }} | {{ $measurement->neck }} | {{ $measurement->waist }} | {{ $measurement->thigh }} | {{ $measurement->arm }} | {{ $measurement->fat }} | {{ $measurement->remarks }} |
| No records found. | ||||||||||