@extends('layouts.metronic', ['title' => 'NUTRIENȚI', 'subtitle' => (!empty($nutrient))?'Editare nutrient':'Adăugare nutrient']) @section('content')
@if ($errors->any())
@endif

{{ (!empty($nutrient))?'Editare nutrient':'Adăugare nutrient' }}

@if (!empty($nutrient)) @endif
Română
English
Închide
@if (!empty($nutrient))

Intervale femei

@foreach($nutrient->rdd['female'] as $key => $rdd) @endforeach
Vârstă minimă Vârstă maximă Valoare rdd
{{ $rdd['min_age'] }}
{{ $rdd['max_age'] }}
{{ $rdd['value'] }}

Intervale bărbați

@foreach($nutrient->rdd['male'] as $rdd) @endforeach
Vârstă minimă Vârstă maximă Valoare rdd
{{ $rdd['min_age'] }}
{{ $rdd['max_age'] }}
{{ $rdd['value'] }}
@endif
@endsection @if (!empty($nutrient)) @section('modals') @endsection @endif @section('head') @endsection @section('script') @endsection @section('menuVariables') @endsection