@extends('layouts.app') @section('title', 'Measurement') @section('content')

Measurement

Measurement Tracking

@csrf
@php $fields = [ 'height' => 'Height', 'weight' => 'Weight', 'chest' => 'Chest', 'neck' => 'Neck', 'waist' => 'Waist', 'thigh' => 'Thigh', 'arm' => 'Arm', 'fat' => 'Fat', ]; @endphp @foreach($fields as $field => $label)
@endforeach
@endsection