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